X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31f4ed4aa313e7ed804f3e161ac7637dfba70350..dea9430d44a38837380865289c387ccd1f68a9de:/include/wx/gtk/app.h?ds=sidebyside diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 0954cd400b..57ff95fbf3 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -75,7 +75,7 @@ private: #if wxUSE_THREADS wxMutex m_idleMutex; #endif - guint m_idleSourceId; + unsigned m_idleSourceId; #if wxUSE_LIBHILDON || wxUSE_LIBHILDON2 HildonProgram *m_hildonProgram;