diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index e4a1e44233..cfe47e97df 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -1244,7 +1244,7 @@ public: @since 3.1.0 */ - void EnableCheckboxes(bool enable = true); + bool EnableCheckboxes(bool enable = true); /** Return true if the checkbox for the given wxListItem is checked.