X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bddd7a8d8953cf4c09e56c13e1bfcc594ba0267e..4fab71288ea3629e48fe100b337d9465266ef149:/include/wx/memtext.h diff --git a/include/wx/memtext.h b/include/wx/memtext.h index caa03fc9c8..5f49266eef 100644 --- a/include/wx/memtext.h +++ b/include/wx/memtext.h @@ -3,7 +3,7 @@ // Purpose: wxMemoryText allows to use wxTextBuffer without a file // Created: 14.11.01 // Author: Morten Hanssen -// Copyright: (c) 2001 wxWindows team +// Copyright: (c) 2001 wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -43,6 +43,9 @@ protected: virtual bool OnWrite(wxTextFileType WXUNUSED(typeNew), wxMBConv& WXUNUSED(conv) = wxConvUTF8) { return TRUE; } + +private: + DECLARE_NO_COPY_CLASS(wxMemoryText) }; #endif // wxUSE_TEXTBUFFER