From 2c53a80a097697483b10c022febe08f06afe2d3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 12 Oct 2004 20:47:04 +0000 Subject: [PATCH] Reverted due to Darwin conflict. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strconv.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 ) -- 2.50.0