X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..85047589a993f5c5529e1dae284be8af84cd68ef:/include/wx/osx/dcscreen.h diff --git a/include/wx/osx/dcscreen.h b/include/wx/osx/dcscreen.h index f23c4a6f76..fbcd9083d6 100644 --- a/include/wx/osx/dcscreen.h +++ b/include/wx/osx/dcscreen.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcscreen.h +// Name: wx/osx/dcscreen.h // Purpose: wxScreenDC class // Author: Stefan Csomor // Modified by: @@ -24,7 +24,7 @@ public: virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; private: void* m_overlayWindow; - + private: DECLARE_CLASS(wxScreenDCImpl) wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl);