]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/tglbtn.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / osx / tglbtn.h
index fde10d79801e026ee96b649fe8d2eafce734fb6b..1babd554b74accdee51c6c19b0c750a009ffa73b 100644 (file)
@@ -44,7 +44,7 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
-    virtual bool HandleClicked( double timestampsec );
+    virtual bool OSXHandleClicked( double timestampsec );
 
     virtual void Command(wxCommandEvent& event);
 
@@ -91,7 +91,7 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
-    virtual bool HandleClicked( double timestampsec );
+    virtual bool OSXHandleClicked( double timestampsec );
 
     virtual void Command(wxCommandEvent& event);