X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccd5d46c7b69632eaa231e8fc7801dd5af2faaa8..0a492dbe7a073bd3fa66a1783b8e3ac62d33a89b:/include/wx/osx/dcscreen.h?ds=sidebyside diff --git a/include/wx/osx/dcscreen.h b/include/wx/osx/dcscreen.h index cf6c925ab6..50e8221d86 100644 --- a/include/wx/osx/dcscreen.h +++ b/include/wx/osx/dcscreen.h @@ -24,10 +24,10 @@ public: virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; private: void* m_overlayWindow; - + private: DECLARE_CLASS(wxScreenDCImpl) - DECLARE_NO_COPY_CLASS(wxScreenDCImpl) + wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl); }; #endif