Code

update to latest 2geom. this adds gsl dependency, doesn't seem to make inskape execut...
[inkscape.git] / src / 2geom / svg-path.cpp
index 60ae957cbeb2d09a32216c5ea96d1f838bb1e65d..c09e5c929e408874cf933d7a8b268653dbfb98d8 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "sbasis-to-bezier.h"
 #include "svg-path.h"
+#include "exception.h"
 
 namespace Geom {
 
@@ -52,6 +53,7 @@ void output(QuadraticBezier const &curve, SVGPathSink &sink) {
 
 void output(SVGEllipticalArc const &/*curve*/, SVGPathSink &/*sink*/) {
     // FIXME
+    THROW_NOTIMPLEMENTED();
 }
 
 template <typename T>