/////////////////////////////////////////////////////////////////////////////
-// Name: include/wx/mac/corefoundation/strconv_cf.h
+// Name: wx/osx/core/private/strconv_cf.h
// Purpose: Unicode conversion classes
// Author: David Elliott, Ryan Norton
// Modified by:
Init(CFStringGetSystemEncoding()) ;
}
- wxMBConv_cf(const wxMBConv_cf& conv)
+ wxMBConv_cf(const wxMBConv_cf& conv) : wxMBConv()
{
m_encoding = conv.m_encoding;
}