X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..c058cafa56179e79df02ad370bdeafd725ff2478:/include/wx/msw/dcscreen.h?ds=sidebyside diff --git a/include/wx/msw/dcscreen.h b/include/wx/msw/dcscreen.h index 983d052a6a..f60bffa3d8 100644 --- a/include/wx/msw/dcscreen.h +++ b/include/wx/msw/dcscreen.h @@ -21,13 +21,11 @@ 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) };