summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-attach-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-attach-path.h')
-rw-r--r--src/live_effects/lpe-attach-path.h6
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;