summaryrefslogtreecommitdiffstats
path: root/src/2geom/svg-path.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-05-10 20:20:11 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-05-10 20:20:11 +0000
commit711043c7ca9bd675133e9bb1c1a3ec05c83cbeba (patch)
tree9395fdf4cc57a8192fc0ebe506dd0f5b9db0d9d3 /src/2geom/svg-path.cpp
parentDo not show/edit image URL for data URIs. (diff)
downloadinkscape-711043c7ca9bd675133e9bb1c1a3ec05c83cbeba.tar.gz
inkscape-711043c7ca9bd675133e9bb1c1a3ec05c83cbeba.zip
update to latest 2geom. this adds gsl dependency, doesn't seem to make inskape executable bigger
(bzr r5649)
Diffstat (limited to 'src/2geom/svg-path.cpp')
-rw-r--r--src/2geom/svg-path.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/2geom/svg-path.cpp b/src/2geom/svg-path.cpp
index 60ae957cb..c09e5c929 100644
--- a/src/2geom/svg-path.cpp
+++ b/src/2geom/svg-path.cpp
@@ -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>