]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checkbox.h
bug fix
[wxWidgets.git] / include / wx / checkbox.h
index ac034b8e12c871b08c16e34a5e082d90ffbdaddd..47a4e356d503f5da57a9c7d4d7bed5ed7cefe0a4 100644 (file)
@@ -61,7 +61,7 @@ public:
     wxCheckBoxBase() { }
 
     // set/get the checked status of the listbox
-    virtual void SetValue(const bool value) = 0;
+    virtual void SetValue(bool value) = 0;
     virtual bool GetValue() const = 0;
 
     bool IsChecked() const