]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checkbox.h
Fixed and clarified editor control event handling
[wxWidgets.git] / interface / wx / checkbox.h
index fbd6f33f90e387af2221e683df0a41c85c3fa523..94bad3654817015e8ea99d24abdc523a9d5f2f97 100644 (file)
@@ -162,6 +162,6 @@ public:
         Asserts when the checkbox is a 2-state checkbox and setting the state
         to wxCHK_UNDETERMINED.
     */
-    virtual void Set3StateValue(const wxCheckBoxState state);
+    void Set3StateValue(wxCheckBoxState state);
 };