summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/text-edit.h')
-rw-r--r--src/ui/dialog/text-edit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/text-edit.h b/src/ui/dialog/text-edit.h
index 8b2f39672..bcf14d63f 100644
--- a/src/ui/dialog/text-edit.h
+++ b/src/ui/dialog/text-edit.h
@@ -54,7 +54,7 @@ namespace Dialog {
class TextEdit : public UI::Widget::Panel {
public:
TextEdit();
- virtual ~TextEdit();
+ ~TextEdit() override;
/**
* Helper function which returns a new instance of the dialog.
@@ -134,7 +134,7 @@ protected:
/**
* 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.