]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / gtk / app.h
index 0954cd400bb2df6ebb726b54dbae24bf57358c7e..57ff95fbf33a9f762162ee1fdb326ab682878990 100644 (file)
@@ -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;