diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-17 01:44:59 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-17 01:44:59 +0000 |
| commit | 2da1c6d283b560c7405a89cfc368ea6a554a68a7 (patch) | |
| tree | a146e9f0b325dfdca9de28d6730d645bc70db3d7 /src/2geom/basic-intersection.cpp | |
| parent | hopefully fix compile (#include <errno.h> (diff) | |
| download | inkscape-2da1c6d283b560c7405a89cfc368ea6a554a68a7.tar.gz inkscape-2da1c6d283b560c7405a89cfc368ea6a554a68a7.zip | |
2geom tryout: new exceptions
(bzr r4094)
Diffstat (limited to 'src/2geom/basic-intersection.cpp')
| -rw-r--r-- | src/2geom/basic-intersection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/basic-intersection.cpp b/src/2geom/basic-intersection.cpp index 0d84ee7f3..ee1244a73 100644 --- a/src/2geom/basic-intersection.cpp +++ b/src/2geom/basic-intersection.cpp @@ -60,7 +60,7 @@ find_intersections( vector<Geom::Point> const & A, std::vector<std::pair<double, double> > find_self_intersections(OldBezier const &Sb) { - throw NotImplemented(); + throwNotImplemented(); } std::vector<std::pair<double, double> > |
