diff options
| author | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-04-29 11:34:18 +0000 |
|---|---|---|
| committer | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-04-29 11:34:18 +0000 |
| commit | 19effc532d903de8c66c4a36da4afaada21ec4ad (patch) | |
| tree | 7c072c90aea3832ffa3967a4f2d570e009a5907f /src/2geom/path.h | |
| parent | Warning cleanup. (diff) | |
| download | inkscape-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.h | 2 |
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; |
