X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..13de0c8c9b6b3d2e8ce5a21388f5f104b2f68338:/include/wx/sysopt.h 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