summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect-enum.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-05 13:28:06 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-05 13:28:06 +0000
commit6456d475232772dac4f22f7e31b9b43a0155b335 (patch)
treed954c8837a33d62df2bc3df930e75f9234fc8691 /src/live_effects/effect-enum.h
parentFix make check (diff)
parentPut correctly doubles in a function (diff)
downloadinkscape-6456d475232772dac4f22f7e31b9b43a0155b335.tar.gz
inkscape-6456d475232772dac4f22f7e31b9b43a0155b335.zip
Update to experimental r13418
(bzr r13090.1.87)
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 92f35fc72..a244edfa0 100644
--- a/src/live_effects/effect-enum.h
+++ b/src/live_effects/effect-enum.h
@@ -61,6 +61,7 @@ enum EffectType {
JOIN_TYPE,
TAPER_STROKE,
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)
};