X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..be4674271d0150c44f1c3f268a9cd7c39c6fc3e6:/include/wx/dcbuffer.h diff --git a/include/wx/dcbuffer.h b/include/wx/dcbuffer.h index 30598a1d3e..991fdaad39 100644 --- a/include/wx/dcbuffer.h +++ b/include/wx/dcbuffer.h @@ -139,7 +139,7 @@ private: int m_style; DECLARE_DYNAMIC_CLASS(wxBufferedDC) - DECLARE_NO_COPY_CLASS(wxBufferedDC) + wxDECLARE_NO_COPY_CLASS(wxBufferedDC); }; @@ -199,7 +199,7 @@ private: wxPaintDC m_paintdc; DECLARE_ABSTRACT_CLASS(wxBufferedPaintDC) - DECLARE_NO_COPY_CLASS(wxBufferedPaintDC) + wxDECLARE_NO_COPY_CLASS(wxBufferedPaintDC); }; @@ -241,13 +241,13 @@ private: wxT("and also, if needed, paint the background manually in the paint event handler.")); } - DECLARE_NO_COPY_CLASS(wxAutoBufferedPaintDC) + wxDECLARE_NO_COPY_CLASS(wxAutoBufferedPaintDC); }; #else // !__WXDEBUG__ // In release builds, just use typedef -typedef WXDLLIMPEXP_CORE wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC; +typedef wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC; #endif