]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
fix typo in last commit
[wxWidgets.git] / include / wx / gtk1 / app.h
index db2d753e3d09f93a91f56c5a26021bfd05986ca8..32ef7416a0b2817300506f9e572b80ed730279aa 100644 (file)
@@ -38,7 +38,6 @@ public:
     virtual bool OnInitGui();
 
     // override base class (pure) virtuals
-    virtual bool Yield(bool onlyIfNeeded = FALSE);
     virtual void WakeUpIdle();
 
     virtual bool Initialize(int& argc, wxChar **argv);
@@ -71,6 +70,8 @@ private:
     bool m_isInAssert;
 #endif // __WXDEBUG__
 
+    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
+
     DECLARE_DYNAMIC_CLASS(wxApp)
 };