]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/timer.h
suppress warnings about missing_semicolons file not existing
[wxWidgets.git] / interface / wx / timer.h
index 6d11c2484c8d183d246cbdca81ee19a450bf3af7..3960006bee49afe8e88b278071a9567248162c67 100644 (file)
@@ -74,7 +74,7 @@ public:
         If non-@NULL this is the event handler which will receive the
         timer events (see wxTimerEvent) when the timer is running.
     */
-    wxEvtHandler GetOwner() const;
+    wxEvtHandler* GetOwner() const;
 
     /**
         Returns @true if the timer is one shot, i.e. if it will stop after firing
@@ -178,6 +178,6 @@ public:
     /**
         Returns the timer object which generated this event.
     */
-    wxTimer GetTimer() const;
+    wxTimer& GetTimer() const;
 };