X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8de6b9bbb8259608d7ec8bdab0c4d3d7910ea2b6..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/sysopt.h?ds=inline

diff --git a/include/wx/sysopt.h b/include/wx/sysopt.h
index 0b8a771666..f0eee94229 100644
--- a/include/wx/sysopt.h
+++ b/include/wx/sysopt.h
@@ -18,7 +18,11 @@
 // 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() { }