summaryrefslogtreecommitdiffstats
path: root/src/2geom/shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/shape.cpp')
-rw-r--r--src/2geom/shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/shape.cpp b/src/2geom/shape.cpp
index 3cf6d0bc0..70a7d0884 100644
--- a/src/2geom/shape.cpp
+++ b/src/2geom/shape.cpp
@@ -191,7 +191,7 @@ Shape shape_boolean_rb(bool rev, Shape const &a, Shape const &b, CrossingSet con
* NOTE: currently doesn't work, as the CrossingSet reversal functions crash
*/
Shape boolop(Shape const &a, Shape const &b, unsigned flags, CrossingSet const &crs) {
- throw NotImplemented();
+ throwNotImplemented();
flags &= 15;
if(flags <= BOOLOP_UNION) {
switch(flags) {