X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8de6b9bbb8259608d7ec8bdab0c4d3d7910ea2b6..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/sysopt.h diff --git a/include/wx/sysopt.h b/include/wx/sysopt.h index 0b8a771666..63474c0660 100644 --- a/include/wx/sysopt.h +++ b/include/wx/sysopt.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: sysopt.h +// Name: wx/sysopt.h // Purpose: wxSystemOptions // Author: Julian Smart // Modified by: // Created: 2001-07-10 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -18,7 +17,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() { }