X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8941fa8806ad22825b13367a0b48f889f177fe90..0187ddb4a81e1eea473b960f9d740b4f531f1ada:/include/wx/checkbox.h?ds=sidebyside diff --git a/include/wx/checkbox.h b/include/wx/checkbox.h index ac034b8e12..47a4e356d5 100644 --- a/include/wx/checkbox.h +++ b/include/wx/checkbox.h @@ -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