X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d9c1c24d7d1a68da02a7fbb4b4c7459139a1df6..7a344f1be4ff59b7b150ab52265693d4219de973:/interface/wx/checkbox.h diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index fbd6f33f90..94bad36548 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -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); };