summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-04-15 21:57:46 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-04-23 21:37:56 +0000
commit68b814629fa76cca0e2bdb36dfd1aa0d09e1ce7f (patch)
tree3fd3ba1952ed5dac5d15e50c52cc7c93c63db2b5 /src/live_effects/effect.h
parentRevert TAV d work for testing (diff)
downloadinkscape-68b814629fa76cca0e2bdb36dfd1aa0d09e1ce7f.tar.gz
inkscape-68b814629fa76cca0e2bdb36dfd1aa0d09e1ce7f.zip
Noumerous bugfixes pointed by Lazur on IRC
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index d162b8bb4..cd8f9d743 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -45,7 +45,7 @@ enum LPEPathFlashType {
DEFAULT
};
-enum LpeAction {
+enum LPEAction {
LPE_ERASE = 0,
LPE_TO_OBJECTS,
LPE_VISIBILITY
@@ -82,7 +82,7 @@ public:
void doAcceptPathPreparations(SPLPEItem *lpeitem);
SPShape * getCurrentShape() const { return current_shape; };
void setCurrentShape(SPShape * shape) { current_shape = shape; }
- void processObjects(LpeAction lpe_action);
+ void processObjects(LPEAction lpe_action);
/*
* isReady() indicates whether all preparations which are necessary to apply the LPE are done,