summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-16 21:42:46 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-16 21:42:46 +0000
commit72f6706daefad31dd0a93b315e03269dac18e2ad (patch)
tree3a4af45cf44cf7b11594dd293d433673d185b84e /src/live_effects/effect.h
parentfix combo enum, to handle enums of all types (not only the ones that range fr... (diff)
downloadinkscape-72f6706daefad31dd0a93b315e03269dac18e2ad.tar.gz
inkscape-72f6706daefad31dd0a93b315e03269dac18e2ad.zip
add lpe-Boolops
(bzr r6334)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index fbaf8f867..c72f659f7 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -77,6 +77,7 @@ enum EffectType {
COPY_ROTATE,
OFFSET,
RULER,
+ BOOLOPS,
INVALID_LPE // This must be last
};