]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textbuf.cpp
Reverted wxChoice size fix due to problems in W2K and below
[wxWidgets.git] / src / common / textbuf.cpp
index 1891af5b1be7fe09aed6c5ce43f060f992471632..b1950d24bc4590902a1c1b84fa9c90b1fdf8efbe 100644 (file)
@@ -132,6 +132,8 @@ wxString wxTextBuffer::Translate(const wxString& text, wxTextFileType type)
 
 #if wxUSE_TEXTBUFFER
 
+wxString wxTextBuffer::ms_eof;
+
 // ----------------------------------------------------------------------------
 // ctors & dtor
 // ----------------------------------------------------------------------------