summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-25 16:17:40 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 16:25:28 +0100
commit232c6f1309bb73cc6516c58da749f64ce3668932 (patch)
tree7ce0bba07256dbf394783186ad6d879dbc289dfc /vcl/inc
parent4d2803d706c8e3036bc85a9c3a1935c7fc9df0fd (diff)
gtk3: cleanup timeout source, to avoid annoying warnings with old glibs
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/gtk/gtkdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx
index 8b87eb2007f2..ff4d104a26c6 100644
--- a/vcl/inc/unx/gtk/gtkdata.hxx
+++ b/vcl/inc/unx/gtk/gtkdata.hxx
@@ -82,7 +82,7 @@ inline void widget_set_can_default(GtkWidget *widget, gboolean can_default)
class GtkSalTimer : public SalTimer
{
- GSource *m_pTimeout;
+ struct SalGtkTimeoutSource *m_pTimeout;
public:
GtkSalTimer();
~GtkSalTimer();