X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c6d8b7cdb8de22ff351939c55e733624d222ebf..004b67a76102b5a5de71011fd93a32aab08039b1:/include/wx/univ/colschem.h diff --git a/include/wx/univ/colschem.h b/include/wx/univ/colschem.h index 451c0ed4b3..f6a4ae30d0 100644 --- a/include/wx/univ/colschem.h +++ b/include/wx/univ/colschem.h @@ -12,7 +12,7 @@ #ifndef _WX_UNIV_COLSCHEM_H_ #define _WX_UNIV_COLSCHEM_H_ -class WXDLLEXPORT wxWindow; +class WXDLLIMPEXP_FWD_CORE wxWindow; #include "wx/colour.h" #include "wx/checkbox.h" @@ -21,7 +21,7 @@ class WXDLLEXPORT wxWindow; // wxColourScheme // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxColourScheme +class WXDLLIMPEXP_CORE wxColourScheme { public: // the standard colours @@ -81,7 +81,7 @@ public: virtual wxColour GetBackground(wxWindow *win) const = 0; // virtual dtor for any base class - virtual ~wxColourScheme(); + virtual ~wxColourScheme() {} }; // some people just can't spell it correctly :-)