summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect-enum.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-07-02 22:18:25 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-07-02 22:18:25 +0000
commit0349a5a8eee52baeed06c92aee0d4d3bc3ade043 (patch)
treeeeae7d2d3de97ea9287f6ae856bf08a04c23c5ef /src/live_effects/effect-enum.h
parentFixed CMakeLists.txt pointed by Liam (diff)
downloadinkscape-0349a5a8eee52baeed06c92aee0d4d3bc3ade043.tar.gz
inkscape-0349a5a8eee52baeed06c92aee0d4d3bc3ade043.zip
Fix build
(bzr r13341.1.76)
Diffstat (limited to 'src/live_effects/effect-enum.h')
-rw-r--r--src/live_effects/effect-enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h
index 4d1c1d8c1..942ef5891 100644
--- a/src/live_effects/effect-enum.h
+++ b/src/live_effects/effect-enum.h
@@ -54,6 +54,7 @@ enum EffectType {
POWERSTROKE,
CLONE_ORIGINAL,
ENVELOPE_PERSPECTIVE,
+ FILLET_CHAMFER,
INVALID_LPE // This must be last (I made it such that it is not needed anymore I think..., Don't trust on it being last. - johan)
};