summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/export.h')
-rw-r--r--src/ui/dialog/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/export.h b/src/ui/dialog/export.h
index 1f8e87dbc..281131cca 100644
--- a/src/ui/dialog/export.h
+++ b/src/ui/dialog/export.h
@@ -48,7 +48,7 @@ enum selection_type {
class Export : public Widget::Panel {
public:
Export ();
- ~Export ();
+ ~Export () override;
static Export &getInstance() {
return *new Export();
@@ -206,7 +206,7 @@ private:
/**
* Can be invoked for setting the desktop. Currently not used.
*/
- void setDesktop(SPDesktop *desktop);
+ void setDesktop(SPDesktop *desktop) override;
/**
* Is invoked by the desktop tracker when the desktop changes.