summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-05 14:07:45 +0000
committerJabiertxof <jtx@jtx>2016-12-05 14:07:45 +0000
commit64e8f0b5a189cffa91b182c24043b73eaa5e0b4c (patch)
tree73bb2e242c4d7bb37ab005f97df876296caf0b31 /src
parentUpdate to trunk (diff)
downloadinkscape-64e8f0b5a189cffa91b182c24043b73eaa5e0b4c.tar.gz
inkscape-64e8f0b5a189cffa91b182c24043b73eaa5e0b4c.zip
Rollback a unwanted modified file
(bzr r15295.1.5)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-measure-line.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/live_effects/lpe-measure-line.h b/src/live_effects/lpe-measure-line.h
index d668fbd30..a05189039 100644
--- a/src/live_effects/lpe-measure-line.h
+++ b/src/live_effects/lpe-measure-line.h
@@ -32,6 +32,12 @@ enum OrientationMethod {
OM_END
};
+enum LpeAction {
+ LPE_ERASE = 0,
+ LPE_TO_OBJECTS,
+ LPE_VISIBILITY
+};
+
class LPEMeasureLine : public Effect {
public:
LPEMeasureLine(LivePathEffectObject *lpeobject);