summaryrefslogtreecommitdiffstats
path: root/src/2geom/basic-intersection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/basic-intersection.cpp')
-rw-r--r--src/2geom/basic-intersection.cpp2
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> >