X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd9b9198f8b180914e05c7fcb8b6779587b4e667..9b12bd993b5151d9c67e2dd2bce6e0ac258fb797:/src/common/dbtable.cpp diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp index 5db3049439..60d1821805 100644 --- a/src/common/dbtable.cpp +++ b/src/common/dbtable.cpp @@ -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; }