really fixed iteration over wxTextbuffer using GetFirst/NextLine()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-27 23:01:00 +00:00
parent ddf56b4c52
commit 4ae776b767
2 changed files with 11 additions and 5 deletions

View File

@@ -132,6 +132,8 @@ wxString wxTextBuffer::Translate(const wxString& text, wxTextFileType type)
#if wxUSE_TEXTBUFFER
wxString wxTextBuffer::ms_eof;
// ----------------------------------------------------------------------------
// ctors & dtor
// ----------------------------------------------------------------------------