diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 16:17:40 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 16:25:28 +0100 |
commit | 232c6f1309bb73cc6516c58da749f64ce3668932 (patch) | |
tree | 7ce0bba07256dbf394783186ad6d879dbc289dfc /vcl/inc/unx/gtk | |
parent | 4d2803d706c8e3036bc85a9c3a1935c7fc9df0fd (diff) |
gtk3: cleanup timeout source, to avoid annoying warnings with old glibs
Diffstat (limited to 'vcl/inc/unx/gtk')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 2 |
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(); |