X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42841dfcaddc6045ffc618acbb620b1fde1bc618..767e3be0fa755e435a070d145fa623e36762d7a8:/src/common/textbuf.cpp 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 // ----------------------------------------------------------------------------