Add missing "static" to wxSystemOptions::SetOption() documentation.
Closes #12576. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,8 +197,8 @@ public:
|
|||||||
/**
|
/**
|
||||||
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);
|
static void SetOption(const wxString& name, const wxString& value);
|
||||||
void SetOption(const wxString& name, int value);
|
static void SetOption(const wxString& name, int value);
|
||||||
//@}
|
//@}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user