X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a230426807715c54b6fdcf410e3678ee0dfada6..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index eb5e729ad5..435aebdfb8 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -4,7 +4,6 @@ // Author: Guilhem Lavaux // Modified by: // Created: 11/07/98 -// RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -65,7 +64,7 @@ private: // copy ctor is implemented above: it copies the other stream in this one DECLARE_ABSTRACT_CLASS(wxMemoryInputStream) - DECLARE_NO_ASSIGN_CLASS(wxMemoryInputStream) + wxDECLARE_NO_ASSIGN_CLASS(wxMemoryInputStream); }; class WXDLLIMPEXP_BASE wxMemoryOutputStream : public wxOutputStream @@ -95,7 +94,7 @@ protected: wxFileOffset OnSysTell() const; DECLARE_DYNAMIC_CLASS(wxMemoryOutputStream) - DECLARE_NO_COPY_CLASS(wxMemoryOutputStream) + wxDECLARE_NO_COPY_CLASS(wxMemoryOutputStream); }; #if WXWIN_COMPATIBILITY_2_6