X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8de6b9bbb8259608d7ec8bdab0c4d3d7910ea2b6..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/sysopt.h 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() { }