X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31f4ed4aa313e7ed804f3e161ac7637dfba70350..cb9811beb86d1925cfe04f041bde3df8678e6240:/include/wx/gtk/app.h 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;