summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-test-doEffect-stack.h
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2008-09-23 22:06:28 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2008-09-23 22:06:28 +0000
commit25e752435784f0322d77c64c16769c01b54f35b1 (patch)
treef4c623a1f2d78fadf56ebc47373c7443e8ce20c4 /src/live_effects/lpe-test-doEffect-stack.h
parentremove lpeobject_ref when invalid lpe name (diff)
downloadinkscape-25e752435784f0322d77c64c16769c01b54f35b1.tar.gz
inkscape-25e752435784f0322d77c64c16769c01b54f35b1.zip
add a path parameter to doeffect_stack_test to test a bug
(bzr r6875)
Diffstat (limited to 'src/live_effects/lpe-test-doEffect-stack.h')
-rw-r--r--src/live_effects/lpe-test-doEffect-stack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpe-test-doEffect-stack.h b/src/live_effects/lpe-test-doEffect-stack.h
index 7c22a3b37..fa3ee09be 100644
--- a/src/live_effects/lpe-test-doEffect-stack.h
+++ b/src/live_effects/lpe-test-doEffect-stack.h
@@ -16,6 +16,7 @@
#include "live_effects/effect.h"
#include "live_effects/parameter/parameter.h"
#include "live_effects/parameter/point.h"
+#include "live_effects/parameter/path.h"
namespace Inkscape {
namespace LivePathEffect {
@@ -32,6 +33,7 @@ public:
private:
ScalarParam step;
PointParam point;
+ PathParam path;
LPEdoEffectStackTest(const LPEdoEffectStackTest&);
LPEdoEffectStackTest& operator=(const LPEdoEffectStackTest&);