X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c69ef61f3ad09c0aef39915d4361a534f598520..05112735c29d896a101918aacd2224b54f6dd653:/include/wx/buffer.h?ds=sidebyside diff --git a/include/wx/buffer.h b/include/wx/buffer.h index e8de10a3c7..51214ee997 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -182,7 +182,7 @@ private: struct Data : public wxPrivate::UntypedBufferData { Data(CharType *str, Kind kind = Owned) - : UntypedBufferData(str, kind) + : wxPrivate::UntypedBufferData(str, kind) { } @@ -357,7 +357,7 @@ private: // the reference count size_t m_ref; - DECLARE_NO_COPY_CLASS(wxMemoryBufferData) + wxDECLARE_NO_COPY_CLASS(wxMemoryBufferData); };