diff options
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 4 |
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, |
