diff options
Diffstat (limited to 'src/extension/patheffect.h')
| -rw-r--r-- | src/extension/patheffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/patheffect.h b/src/extension/patheffect.h index 0c00ae093..a89651ae3 100644 --- a/src/extension/patheffect.h +++ b/src/extension/patheffect.h @@ -21,7 +21,7 @@ class PathEffect : public Extension { public: PathEffect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp); - virtual ~PathEffect (void); + ~PathEffect (void) override; void processPath (SPDocument * doc, Inkscape::XML::Node * path, Inkscape::XML::Node * def); |
