diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-01-20 19:47:28 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-01-20 19:47:28 +0000 |
| commit | 9d04ecc13bce9ac81414872b8acb23fb203a8d49 (patch) | |
| tree | 6a12bc5c3f0d12c9203d1863d01d61543e861adb /src | |
| parent | Turn off new input dialog pending cleanup (diff) | |
| download | inkscape-9d04ecc13bce9ac81414872b8acb23fb203a8d49.tar.gz inkscape-9d04ecc13bce9ac81414872b8acb23fb203a8d49.zip | |
double inclusion fix
(bzr r7151)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-knot.cpp | 3 |
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); |
