X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..adb799d6ef8e1ba754ab08b26e64fa40219f95f8:/include/wx/sysopt.h?ds=sidebyside diff --git a/include/wx/sysopt.h b/include/wx/sysopt.h index a82a37a12e..27d7f1339e 100644 --- a/include/wx/sysopt.h +++ b/include/wx/sysopt.h @@ -17,15 +17,15 @@ #if wxUSE_SYSTEM_OPTIONS // ---------------------------------------------------------------------------- -// Enables an application to influence the wxWindows implementation +// Enables an application to influence the wxWidgets implementation // ---------------------------------------------------------------------------- -class WXDLLEXPORT_BASE wxSystemOptions : public wxObject +class WXDLLIMPEXP_BASE wxSystemOptions : public wxObject { public: wxSystemOptions() { } - // User-customizable hints to wxWindows or associated libraries + // User-customizable hints to wxWidgets or associated libraries // These could also be used to influence GetSystem... calls, indeed // to implement SetSystemColour/Font/Metric