X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07243717e26bda497d5a8b325c2e6acf4ee033cf..878d055d0b7e6e733e4545b7c83404685e543866:/include/wx/buffer.h diff --git a/include/wx/buffer.h b/include/wx/buffer.h index ad956432ee..db3749c7c0 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -6,7 +6,7 @@ // Created: 12.04.99 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // these classes are for private use only for now, they're not documented @@ -172,6 +172,8 @@ private: // the reference count size_t m_ref; + + DECLARE_NO_COPY_CLASS(wxMemoryBufferData) };