summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/selection.h b/src/selection.h
index dc43dcf4f..4fbd0fc39 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -67,7 +67,7 @@ public:
* @param desktop the desktop associated with the layer model, or NULL if in console mode
*/
Selection(LayerModel *layers, SPDesktop *desktop);
- ~Selection();
+ ~Selection() override;
/**
* Returns the layer model the selection is bound to (works in console or GUI mode)
@@ -201,9 +201,9 @@ public:
std::list<std::string> params;
protected:
- void _emitSignals();
- void _connectSignals(SPObject* object);
- void _releaseSignals(SPObject* object);
+ void _emitSignals() override;
+ void _connectSignals(SPObject* object) override;
+ void _releaseSignals(SPObject* object) override;
private:
/** no copy. */