summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksys.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk/gtksys.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtksys.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx
index 9f2fb5cf3dab..b8ebbdf0574d 100644
--- a/vcl/inc/unx/gtk/gtksys.hxx
+++ b/vcl/inc/unx/gtk/gtksys.hxx
@@ -23,7 +23,7 @@ class GtkSalSystem : public SalGenericSystem
ScreenMonitors_t maScreenMonitors;
public:
GtkSalSystem();
- virtual ~GtkSalSystem();
+ virtual ~GtkSalSystem() override;
static GtkSalSystem *GetSingleton();
virtual bool IsUnifiedDisplay() override;