diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-07-02 22:18:25 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-07-02 22:18:25 +0000 |
| commit | 0349a5a8eee52baeed06c92aee0d4d3bc3ade043 (patch) | |
| tree | eeae7d2d3de97ea9287f6ae856bf08a04c23c5ef /src/live_effects | |
| parent | Fixed CMakeLists.txt pointed by Liam (diff) | |
| download | inkscape-0349a5a8eee52baeed06c92aee0d4d3bc3ade043.tar.gz inkscape-0349a5a8eee52baeed06c92aee0d4d3bc3ade043.zip | |
Fix build
(bzr r13341.1.76)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/effect-enum.h | 1 | ||||
| -rw-r--r-- | src/live_effects/effect.cpp | 1 |
2 files changed, 2 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) }; diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index f70a540e8..6e0960216 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -49,6 +49,7 @@ #include "live_effects/lpe-powerstroke.h" #include "live_effects/lpe-clone-original.h" #include "live_effects/lpe-envelope-perspective.h" +#include "live_effects/lpe-fillet-chamfer.h" #include "xml/node-event-vector.h" #include "sp-object.h" |
