summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-19 09:44:56 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-19 09:44:56 +0000
commit9e7f573d4c93a7f40af7002010184b4f65e3c975 (patch)
tree69379b263465d3cbca68ba09b0f9c959d4eba7ad /src
parentupdate to trunk (diff)
downloadinkscape-9e7f573d4c93a7f40af7002010184b4f65e3c975.tar.gz
inkscape-9e7f573d4c93a7f40af7002010184b4f65e3c975.zip
fix a bug pointed by su_v
(bzr r13879.1.12)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-transform_2pts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-transform_2pts.h b/src/live_effects/lpe-transform_2pts.h
index fdedf8af0..8eb5cc734 100644
--- a/src/live_effects/lpe-transform_2pts.h
+++ b/src/live_effects/lpe-transform_2pts.h
@@ -17,7 +17,7 @@
#include "live_effects/lpegroupbbox.h"
#include "live_effects/parameter/parameter.h"
#include "live_effects/parameter/togglebutton.h"
-#include "live_effects/parameter/pointreseteable.h"
+#include "live_effects/parameter/point.h"
namespace Inkscape {
namespace LivePathEffect {
@@ -44,8 +44,8 @@ protected:
private:
ToggleButtonParam fromOriginalWidth;
- PointReseteableParam start;
- PointReseteableParam end;
+ PointParam start;
+ PointParam end;
ScalarParam firstKnot;
ScalarParam lastKnot;
bool fromOriginalWidthToogler;