From bb7cd76766bbe20e08a0fc43efc29ec9741563b5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 18 Oct 2010 23:43:02 +0000 Subject: [PATCH] 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 --- interface/wx/sysopt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/sysopt.h b/interface/wx/sysopt.h index 069b1c6ef8..46cc1579c2 100644 --- a/interface/wx/sysopt.h +++ b/interface/wx/sysopt.h @@ -197,8 +197,8 @@ public: /** 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); //@} }; -- 2.45.2