wxConvBrokenFileNames(const wxConvBrokenFileNames& conv)
: wxMBConv(),
m_conv(conv.m_conv ? conv.m_conv->Clone() : NULL)
wxConvBrokenFileNames(const wxConvBrokenFileNames& conv)
: wxMBConv(),
m_conv(conv.m_conv ? conv.m_conv->Clone() : NULL)
public:
// we can be created either from charset name or from an encoding constant
// but we can't have both at once
public:
// we can be created either from charset name or from an encoding constant
// but we can't have both at once
// note that we can't use wxString here because of compilation
// dependencies: we're included from wx/string.h
// note that we can't use wxString here because of compilation
// dependencies: we're included from wx/string.h