X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42841dfcaddc6045ffc618acbb620b1fde1bc618..adb61e4d0d1a68b6d79d68615e9dc947e8828e6d:/src/common/textbuf.cpp?ds=sidebyside diff --git a/src/common/textbuf.cpp b/src/common/textbuf.cpp index 42268b62ed..b741896ab6 100644 --- a/src/common/textbuf.cpp +++ b/src/common/textbuf.cpp @@ -146,6 +146,11 @@ wxTextBuffer::wxTextBuffer(const wxString& strBufferName) m_isOpened = false; } +wxTextBuffer::~wxTextBuffer() +{ + // required here for Darwin +} + // ---------------------------------------------------------------------------- // buffer operations // ----------------------------------------------------------------------------