summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app/gtksys.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-29 16:05:21 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:48 +0100
commitb26a596c5b43834f90de7fb5c6bed824c8d2b2ba (patch)
treefcd6fa8f35f046745a68f3c93d66bf7c26cb31ae /vcl/unx/gtk/app/gtksys.cxx
parent6ff506e6e92719049c6f42c8e5327ac16954ecb0 (diff)
gtk3: remove X dependency (for now)
Diffstat (limited to 'vcl/unx/gtk/app/gtksys.cxx')
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index ae64f0e7c187..6e09b6a8c7f9 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -45,7 +45,7 @@ SalSystem *GtkInstance::CreateSalSystem()
return GtkSalSystem::GetSingleton();
}
-GtkSalSystem::GtkSalSystem() : UnxSalSystem()
+GtkSalSystem::GtkSalSystem() : SalGenericSystem()
{
mpDisplay = gdk_display_get_default();
}