X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..57bf8a6f1efc2d58099f058bfd17579b147baac2:/include/wx/osx/dcclient.h?ds=sidebyside diff --git a/include/wx/osx/dcclient.h b/include/wx/osx/dcclient.h index 3c677f99ad..4be10a57f1 100644 --- a/include/wx/osx/dcclient.h +++ b/include/wx/osx/dcclient.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcclient.h +// Name: wx/osx/dcclient.h // Purpose: wxClientDC, wxPaintDC and wxWindowDC classes // Author: Stefan Csomor // Modified by: @@ -38,7 +38,7 @@ protected: int m_height; DECLARE_CLASS(wxWindowDCImpl) - DECLARE_NO_COPY_CLASS(wxWindowDCImpl) + wxDECLARE_NO_COPY_CLASS(wxWindowDCImpl); }; @@ -51,7 +51,7 @@ public: private: DECLARE_CLASS(wxClientDCImpl) - DECLARE_NO_COPY_CLASS(wxClientDCImpl) + wxDECLARE_NO_COPY_CLASS(wxClientDCImpl); }; @@ -64,7 +64,7 @@ public: protected: DECLARE_CLASS(wxPaintDCImpl) - DECLARE_NO_COPY_CLASS(wxPaintDCImpl) + wxDECLARE_NO_COPY_CLASS(wxPaintDCImpl); };