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 )