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