X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69a5bc231ac8112dcce8947c020add2d34c1be61..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/overlay.h diff --git a/include/wx/overlay.h b/include/wx/overlay.h index 2b6d267824..a5e2d97be6 100644 --- a/include/wx/overlay.h +++ b/include/wx/overlay.h @@ -28,8 +28,8 @@ // internal code // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxOverlayImpl; -class WXDLLEXPORT wxWindowDC; +class WXDLLIMPEXP_FWD_CORE wxOverlayImpl; +class WXDLLIMPEXP_FWD_CORE wxWindowDC; class WXDLLEXPORT wxOverlay { @@ -45,7 +45,7 @@ public: wxOverlayImpl *GetImpl() { return m_impl; } private: - friend class WXDLLEXPORT wxDCOverlay; + friend class WXDLLIMPEXP_FWD_CORE wxDCOverlay; // returns true if it has been setup bool IsOk();