git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29815
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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 )