]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed bool WakeUpIdle() to void to match base class
authorDavid Elliott <dfe@tgwbd.org>
Wed, 25 Jun 2003 02:10:36 +0000 (02:10 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 25 Jun 2003 02:10:36 +0000 (02:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/app.h

index 1e2453a0a58978a8eff06d6db7b4945840b10c27..357fda54f4124e1519142caff13d87c3c1058c3b 100644 (file)
@@ -55,7 +55,7 @@ public:
 
     virtual bool Yield(bool onlyIfNeeded = FALSE);
     virtual bool ProcessIdle();
-    virtual bool WakeUpIdle() { CocoaRequestIdle(); }
+    virtual void WakeUpIdle() { CocoaRequestIdle(); }
     
     /* Idle Processing */
     void OnIdle(wxIdleEvent& event);