summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/rotateable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/rotateable.h')
-rw-r--r--src/ui/widget/rotateable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/rotateable.h b/src/ui/widget/rotateable.h
index 6404c3550..5ed3c62c9 100644
--- a/src/ui/widget/rotateable.h
+++ b/src/ui/widget/rotateable.h
@@ -26,7 +26,7 @@ class Rotateable: public Gtk::EventBox
public:
Rotateable();
- ~Rotateable();
+ ~Rotateable() override;
bool on_click(GdkEventButton *event);
bool on_motion(GdkEventMotion *event);