// wxMBConv
// ----------------------------------------------------------------------------
+wxMBConv::~wxMBConv()
+{
+ // nothing to do here (necessary for Darwin linking probably)
+}
+
const wxWCharBuffer wxMBConv::cMB2WC(const char *psz) const
{
if ( psz )