diff options
Diffstat (limited to 'src/live_effects/lpe-attach-path.h')
| -rw-r--r-- | src/live_effects/lpe-attach-path.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-attach-path.h b/src/live_effects/lpe-attach-path.h index 6b3a863d2..bed209426 100644 --- a/src/live_effects/lpe-attach-path.h +++ b/src/live_effects/lpe-attach-path.h @@ -23,10 +23,10 @@ namespace LivePathEffect { class LPEAttachPath : public Effect { public: LPEAttachPath(LivePathEffectObject *lpeobject); - virtual ~LPEAttachPath(); + ~LPEAttachPath() override; - virtual void doEffect (SPCurve * curve); - virtual void resetDefaults(SPItem const * item); + void doEffect (SPCurve * curve) override; + void resetDefaults(SPItem const * item) override; private: LPEAttachPath(const LPEAttachPath&) = delete; |
