]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/button.h
Forgot header with OSX prefix
[wxWidgets.git] / include / wx / osx / button.h
index ccf647576f496ed4bcce889fc68ca7c62065843b..6c599dfaaa37c84c5c5fe50e3a5e10c238fb6738 100644 (file)
@@ -50,7 +50,7 @@ public:
 
     // osx specific event handling common for all osx-ports
     
-    virtual bool        HandleClicked( double timestampsec );
+    virtual bool        OSXHandleClicked( double timestampsec );
 
 protected:
     virtual wxSize DoGetBestSize() const ;
@@ -87,7 +87,7 @@ public:
 
     // osx specific event handling common for all osx-ports
     
-    virtual bool        HandleClicked( double timestampsec );
+    virtual bool        OSXHandleClicked( double timestampsec );
 
 protected:
     virtual wxSize DoGetBestSize() const ;