Unicode compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1326,7 +1326,7 @@ void wxDbTable::BuildWhereClause(wxString &pWhereClause, int typeOfWhere,
|
||||
wxString strMsg;
|
||||
strMsg.Printf(wxT("wxDbTable::bindParams(): Unknown column type for colDefs %d colName %s"),
|
||||
colNo,colDefs[colNo].ColName);
|
||||
wxFAIL_MSG(wxT(strMsg));
|
||||
wxFAIL_MSG(strMsg.c_str());
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user