From: Włodzimierz Skiba Date: Tue, 12 Oct 2004 20:47:04 +0000 (+0000) Subject: Reverted due to Darwin conflict. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c53a80a097697483b10c022febe08f06afe2d3a Reverted due to Darwin conflict. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 9b9e76d790..011d3280b8 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -166,6 +166,11 @@ static size_t decode_utf16(const wxUint16* input, wxUint32& output) // wxMBConv // ---------------------------------------------------------------------------- +wxMBConv::~wxMBConv() +{ + // nothing to do here (necessary for Darwin linking probably) +} + const wxWCharBuffer wxMBConv::cMB2WC(const char *psz) const { if ( psz )