]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checkbox.h
props
[wxWidgets.git] / include / wx / osx / checkbox.h
index 85ea0b77391d005a4fcbe4f9924712d3b7fbee10..871f1b9597873d902174262c8883a5667aae5bb8 100644 (file)
@@ -37,8 +37,8 @@ public:
     virtual void Command(wxCommandEvent& event);
 
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
+
+    virtual bool        OSXHandleClicked( double timestampsec );
 protected:
     void DoSet3StateValue(wxCheckBoxState val);
     virtual wxCheckBoxState DoGet3StateValue() const;