X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8941fa8806ad22825b13367a0b48f889f177fe90..de0bc9329859a177208e36d8f0dee48cc90273c9:/include/wx/checkbox.h 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