diff options
Diffstat (limited to 'vcl/inc/unx/gtk/gtksys.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtksys.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx index 1a888f970b27..8775f5af03db 100644 --- a/vcl/inc/unx/gtk/gtksys.hxx +++ b/vcl/inc/unx/gtk/gtksys.hxx @@ -14,7 +14,7 @@ #include <unx/saltype.h> #include <deque> -class GtkSalSystem : public SalGenericSystem +class GtkSalSystem final : public SalGenericSystem { typedef std::deque<std::pair<GdkScreen*, int> > ScreenMonitors_t; |