]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sysopt.h
Add arg default values for the Create method
[wxWidgets.git] / include / wx / sysopt.h
index 0b8a7716661e32847c7a18607ee145c63de12daf..5dde52c6ddae77b7e11c7943a961ac853c909c37 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        sysopt.h
+// Name:        wx/sysopt.h
 // Purpose:     wxSystemOptions
 // Author:      Julian Smart
 // Modified by:
 // Enables an application to influence the wxWidgets implementation
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_BASE wxSystemOptions : public wxObject
+class
+#if wxUSE_SYSTEM_OPTIONS
+WXDLLIMPEXP_BASE
+#endif
+wxSystemOptions : public wxObject
 {
 public:
     wxSystemOptions() { }