]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checkbox.h
Remove duplicated typedef depending on header file version.
[wxWidgets.git] / include / wx / msw / checkbox.h
index f3504693bc5834cf8eda8cf2aa71087855345e5d..64dedbf487c036c514f4cc029b0e6a699edf187e 100644 (file)
@@ -53,6 +53,10 @@ public:
 protected:
     virtual wxSize DoGetBestSize() const;
 
+    virtual void DoSet3StateValue(wxCheckBoxState value);
+
+    virtual wxCheckBoxState DoGet3StateValue() const;
+
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox)
 };