summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-01-20 19:47:28 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-01-20 19:47:28 +0000
commit9d04ecc13bce9ac81414872b8acb23fb203a8d49 (patch)
tree6a12bc5c3f0d12c9203d1863d01d61543e861adb /src
parentTurn off new input dialog pending cleanup (diff)
downloadinkscape-9d04ecc13bce9ac81414872b8acb23fb203a8d49.tar.gz
inkscape-9d04ecc13bce9ac81414872b8acb23fb203a8d49.zip
double inclusion fix
(bzr r7151)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-knot.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp
index df18f8767..1802135d7 100644
--- a/src/live_effects/lpe-knot.cpp
+++ b/src/live_effects/lpe-knot.cpp
@@ -19,7 +19,6 @@
#include <2geom/d2.h>
#include <2geom/d2-sbasis.h>
#include <2geom/piecewise.h>
-#include <2geom/piecewise.h>
#include <2geom/path.h>
#include <2geom/d2.h>
#include <2geom/crossing.h>
@@ -34,6 +33,8 @@ namespace LivePathEffect {
class KnotHolderEntityCrossingSwitcher : public LPEKnotHolderEntity
{
public:
+ virtual ~KnotHolderEntityCrossingSwitcher() {}
+
virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, guint state);
virtual Geom::Point knot_get();
virtual void knot_click(guint state);