diff options
Diffstat (limited to 'src/live_effects/lpe-constructgrid.h')
| -rw-r--r-- | src/live_effects/lpe-constructgrid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-constructgrid.h b/src/live_effects/lpe-constructgrid.h index be6a638ba..b074a5c63 100644 --- a/src/live_effects/lpe-constructgrid.h +++ b/src/live_effects/lpe-constructgrid.h @@ -23,9 +23,9 @@ namespace LivePathEffect { class LPEConstructGrid : public Effect { public: LPEConstructGrid(LivePathEffectObject *lpeobject); - virtual ~LPEConstructGrid(); + ~LPEConstructGrid() override; - virtual Geom::PathVector doEffect_path (Geom::PathVector const & path_in); + Geom::PathVector doEffect_path (Geom::PathVector const & path_in) override; private: ScalarParam nr_x; |
