X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42841dfcaddc6045ffc618acbb620b1fde1bc618..839f48f25d24fa545a1d3b2e8043494154ca67e0:/include/wx/textbuf.h diff --git a/include/wx/textbuf.h b/include/wx/textbuf.h index ac8b14a3b3..75c69f2272 100644 --- a/include/wx/textbuf.h +++ b/include/wx/textbuf.h @@ -5,17 +5,13 @@ // differences between platforms. // Created: 14.11.01 // Author: Morten Hanssen, Vadim Zeitlin -// Copyright: (c) 1998-2001 wxWidgets team +// Copyright: (c) 1998-2001 Morten Hanssen, Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_TEXTBUFFER_H #define _WX_TEXTBUFFER_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "textbuf.h" -#endif - #include "wx/defs.h" #include "wx/arrstr.h" @@ -157,7 +153,7 @@ public: } // remove all lines - void Clear() { m_aLines.clear(); m_nCurLine = 0; } + void Clear() { m_aLines.clear(); m_aTypes.clear(); m_nCurLine = 0; } // change the buffer (default argument means "don't change type") // possibly in another format @@ -165,7 +161,7 @@ public: wxMBConv& conv = wxConvUTF8); // dtor - virtual ~wxTextBuffer(){}; + virtual ~wxTextBuffer(); protected: // ctors