X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/msw/dcscreen.h diff --git a/include/wx/msw/dcscreen.h b/include/wx/msw/dcscreen.h index 983d052a6a..8635b18afd 100644 --- a/include/wx/msw/dcscreen.h +++ b/include/wx/msw/dcscreen.h @@ -15,19 +15,17 @@ #include "wx/dcscreen.h" #include "wx/msw/dc.h" -class WXDLLEXPORT wxScreenDCImpl : public wxMSWDCImpl +class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxMSWDCImpl { public: // Create a DC representing the whole screen wxScreenDCImpl( wxScreenDC *owner ); -protected: virtual void DoGetSize(int *w, int *h) const { GetDeviceSize(w, h); } -private: DECLARE_CLASS(wxScreenDCImpl) DECLARE_NO_COPY_CLASS(wxScreenDCImpl) };