]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
don't crash if (char*)c_str() is used twice in a row on the same string and both...
[wxWidgets.git] / include / wx / gtk / app.h
index eb24a3a675b8a0ab9c96334cf726bb280b150489..3d862eafd45db3520e66d1f302c57b5a5a3b82ef 100644 (file)
@@ -53,7 +53,8 @@ public:
 #endif // __WXDEBUG__
 
     guint m_idleTag;
-    void RemoveIdleTag();
+    // temporarily disable idle events
+    void SuspendIdleCallback();
 
     // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
     // selection.