Code

update to latest 2geom. this adds gsl dependency, doesn't seem to make inskape execut...
[inkscape.git] / src / 2geom / shape.cpp
index 82ae411451e1fd993b4d043281d19c147508a444..a7a40066e9b3a514bfcba85715a48a1acc9b3b56 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) {
-    throwNotImplemented();
+    THROW_NOTIMPLEMENTED();
     flags &= 15;
     if(flags <= BOOLOP_UNION) {
         switch(flags) {