diff options
Diffstat (limited to 'src/extension/patheffect.cpp')
| -rw-r--r-- | src/extension/patheffect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/patheffect.cpp b/src/extension/patheffect.cpp index 6a347881f..3ed53e74e 100644 --- a/src/extension/patheffect.cpp +++ b/src/extension/patheffect.cpp @@ -21,8 +21,8 @@ namespace Inkscape { namespace Extension { -PathEffect::PathEffect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) - : Extension(in_repr, in_imp) +PathEffect::PathEffect (Inkscape::XML::Node *in_repr, Implementation::Implementation *in_imp, std::string *base_directory) + : Extension(in_repr, in_imp, base_directory) { } |
