]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/private/timer.h
use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code...
[wxWidgets.git] / include / wx / unix / private / timer.h
index 535ba7db95b3e6abc1b7f429bcc239c4945918ff..2249fe5c2ead33be2850f96cb4c4a7bcbf5f6dd6 100644 (file)
@@ -110,8 +110,9 @@ public:
     // it returns false if there are no timers
     bool GetNext(wxUsecClock_t *remaining) const;
 
     // it returns false if there are no timers
     bool GetNext(wxUsecClock_t *remaining) const;
 
-    // trigger the timer event for all timers which have expired
-    void NotifyExpired();
+    // trigger the timer event for all timers which have expired, return true
+    // if any did
+    bool NotifyExpired();
 
 private:
     // ctor and dtor are private, this is a singleton class only created by
 
 private:
     // ctor and dtor are private, this is a singleton class only created by