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/basic-intersection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/2geom/basic-intersection.cpp') diff --git a/src/2geom/basic-intersection.cpp b/src/2geom/basic-intersection.cpp index 0d84ee7f3..ee1244a73 100644 --- a/src/2geom/basic-intersection.cpp +++ b/src/2geom/basic-intersection.cpp @@ -60,7 +60,7 @@ find_intersections( vector const & A, std::vector > find_self_intersections(OldBezier const &Sb) { - throw NotImplemented(); + throwNotImplemented(); } std::vector > -- cgit v1.2.3