summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-05-08 18:52:45 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-05-08 18:52:45 +0000
commita26ea800c61fdc4f8d4d8a8b5e882a29e0e2e5c4 (patch)
tree3c2d3d39758c4dcdda06c7b596311e1dcfc950e3 /src/live_effects/effect.h
parentset continue on error to true (diff)
downloadinkscape-a26ea800c61fdc4f8d4d8a8b5e882a29e0e2e5c4.tar.gz
inkscape-a26ea800c61fdc4f8d4d8a8b5e882a29e0e2e5c4.zip
add LPEConstructGrid
(bzr r5633)
Diffstat (limited to '')
-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 603b0715e..58010358f 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -65,6 +65,7 @@ enum EffectType {
CIRCLE_WITH_RADIUS,
PERSPECTIVE_PATH,
SPIRO,
+ CONSTRUCT_GRID,
INVALID_LPE // This must be last
};