X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ae00f5b5756cb67631400628acc94dd23fe03d7..d4445d24d33828580f8bf2a1215ef906f70adb51:/src/common/textbuf.cpp diff --git a/src/common/textbuf.cpp b/src/common/textbuf.cpp index 1891af5b1b..b1950d24bc 100644 --- a/src/common/textbuf.cpp +++ b/src/common/textbuf.cpp @@ -132,6 +132,8 @@ wxString wxTextBuffer::Translate(const wxString& text, wxTextFileType type) #if wxUSE_TEXTBUFFER +wxString wxTextBuffer::ms_eof; + // ---------------------------------------------------------------------------- // ctors & dtor // ----------------------------------------------------------------------------