diff options
Diffstat (limited to 'src/live_effects/lpe-patternalongpath.cpp')
| -rw-r--r-- | src/live_effects/lpe-patternalongpath.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/live_effects/lpe-patternalongpath.cpp b/src/live_effects/lpe-patternalongpath.cpp index 2e10efe7a..30ec589af 100644 --- a/src/live_effects/lpe-patternalongpath.cpp +++ b/src/live_effects/lpe-patternalongpath.cpp @@ -7,6 +7,7 @@ */ #include "live_effects/lpe-patternalongpath.h" +#include "live_effects/lpeobject.h" #include "sp-shape.h" #include "display/curve.h" #include <libnr/n-art-bpath.h> @@ -203,6 +204,9 @@ LPEPatternAlongPath::transform_multiply(Geom::Matrix const& postmul, bool set) Effect::transform_multiply(postmul, set); } +LPEFreehandShape::LPEFreehandShape(LivePathEffectObject *lpeobject) : LPEPatternAlongPath(lpeobject) +{ +} } // namespace LivePathEffect } /* namespace Inkscape */ |
