summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-path_length.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-path_length.h')
-rw-r--r--src/live_effects/lpe-path_length.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-path_length.h b/src/live_effects/lpe-path_length.h
index 6530e9fa1..ba61279c2 100644
--- a/src/live_effects/lpe-path_length.h
+++ b/src/live_effects/lpe-path_length.h
@@ -25,9 +25,9 @@ namespace LivePathEffect {
class LPEPathLength : public Effect {
public:
LPEPathLength(LivePathEffectObject *lpeobject);
- virtual ~LPEPathLength();
+ ~LPEPathLength() override;
- virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
+ Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in) override;
private:
LPEPathLength(const LPEPathLength&) = delete;