Code

2geom tryout: new exceptions
[inkscape.git] / src / 2geom / shape.cpp
index 3cf6d0bc0ddab00c1e03737bcd886b2bbb7d4462..70a7d088421fa86197808eac8e1a58d4c58304dc 100644 (file)
@@ -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) {