diff options
Diffstat (limited to 'src/2geom/shape.cpp')
| -rw-r--r-- | src/2geom/shape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/shape.cpp b/src/2geom/shape.cpp index 82ae41145..a7a40066e 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) { - throwNotImplemented(); + THROW_NOTIMPLEMENTED(); flags &= 15; if(flags <= BOOLOP_UNION) { switch(flags) { |
