Closes #12576.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65843
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Sets an option. The function is case-insensitive to @a name.
*/
/**
Sets an option. The function is case-insensitive to @a name.
*/
- void SetOption(const wxString& name, const wxString& value);
- void SetOption(const wxString& name, int value);
+ static void SetOption(const wxString& name, const wxString& value);
+ static void SetOption(const wxString& name, int value);