]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checkbox.h
another fix for wxUSE_DRAG_AND_DROP==0 build
[wxWidgets.git] / include / wx / osx / checkbox.h
index 85ea0b77391d005a4fcbe4f9924712d3b7fbee10..2751c3f8fa546cacfad45d71b4ac3bc133a64d5b 100644 (file)
@@ -38,7 +38,7 @@ public:
 
     // 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;