compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
170a35e364
commit
4ccae30a4d
@ -276,7 +276,8 @@ wxString wxEncodingConverter::Convert(const wxString& input)
|
||||
wxString s;
|
||||
const wxChar *i;
|
||||
|
||||
wxCHECK_RET(m_Table != NULL, wxT("You must call wxEncodingConverter::Init() before actually converting!"));
|
||||
wxCHECK_MSG(m_Table != NULL, s,
|
||||
wxT("You must call wxEncodingConverter::Init() before actually converting!"));
|
||||
|
||||
if (m_UnicodeInput)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user