diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-16 21:42:46 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-16 21:42:46 +0000 |
| commit | 72f6706daefad31dd0a93b315e03269dac18e2ad (patch) | |
| tree | 3a4af45cf44cf7b11594dd293d433673d185b84e /src/live_effects/effect.h | |
| parent | fix combo enum, to handle enums of all types (not only the ones that range fr... (diff) | |
| download | inkscape-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.h | 1 |
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 }; |
