summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.h
diff options
context:
space:
mode:
authormcecchetti <mcecchetti@users.sourceforge.net>2008-04-29 11:34:18 +0000
committermcecchetti <mcecchetti@users.sourceforge.net>2008-04-29 11:34:18 +0000
commit19effc532d903de8c66c4a36da4afaada21ec4ad (patch)
tree7c072c90aea3832ffa3967a4f2d570e009a5907f /src/2geom/path.h
parentWarning cleanup. (diff)
downloadinkscape-19effc532d903de8c66c4a36da4afaada21ec4ad.tar.gz
inkscape-19effc532d903de8c66c4a36da4afaada21ec4ad.zip
svg-elliptical-arc: assertions turned into call to macro throwRangeError
(bzr r5543)
Diffstat (limited to 'src/2geom/path.h')
-rw-r--r--src/2geom/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/path.h b/src/2geom/path.h
index bc0bfa0d8..414d69755 100644
--- a/src/2geom/path.h
+++ b/src/2geom/path.h
@@ -472,7 +472,7 @@ class SVGEllipticalArc : public Curve
Coord from_01_to_02PI(Coord t) const;
- void calculate_center_and_extreme_angles();
+ void calculate_center_and_extreme_angles() throw(RangeError);
private:
Point m_initial_point, m_final_point;