From 2da1c6d283b560c7405a89cfc368ea6a554a68a7 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 17 Nov 2007 01:44:59 +0000 Subject: 2geom tryout: new exceptions (bzr r4094) --- 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 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) { -- cgit v1.2.3