]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sysopt.h
No docs yet, just the bare interace so we can get XML for Phoenix.
[wxWidgets.git] / interface / wx / sysopt.h
index 3f5a4157c55127d01086eda30e382bd10b923f3c..46cc1579c2a1a2a04740b3edd5f0c37a2a225ebd 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxSystemOptions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxSystemOptions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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);
-    void SetOption(const wxString& name, int value);
+    static void SetOption(const wxString& name, const wxString& value);
+    static void SetOption(const wxString& name, int value);
     //@}
 };
 
     //@}
 };