]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted due to Darwin conflict.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Oct 2004 20:47:04 +0000 (20:47 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Oct 2004 20:47:04 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index 9b9e76d790f91542a3c1202a9a32c19643015148..011d3280b81992aa177a6e6af4c72b567ce9a98e 100644 (file)
@@ -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 )