From 711043c7ca9bd675133e9bb1c1a3ec05c83cbeba Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 10 May 2008 20:20:11 +0000 Subject: update to latest 2geom. this adds gsl dependency, doesn't seem to make inskape executable bigger (bzr r5649) --- src/2geom/shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/2geom/shape.cpp') 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) { -- cgit v1.2.3