]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
don't use _() as default parameter for wxPrintDialogBase title
[wxWidgets.git] / 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::~wxMBConv()
+{
+    // nothing to do here (necessary for Darwin linking probably)
+}
+
 const wxWCharBuffer wxMBConv::cMB2WC(const char *psz) const
 {
     if ( psz )
 const wxWCharBuffer wxMBConv::cMB2WC(const char *psz) const
 {
     if ( psz )