X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53c6e7ccd2c012afe1819485260e9d34eba09538..99c67c777b7d7a6f0ea74823bff7b9c40379b5fa:/src/common/dbtable.cpp diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp index aecb29b912..5a888dec03 100644 --- a/src/common/dbtable.cpp +++ b/src/common/dbtable.cpp @@ -222,7 +222,7 @@ bool wxTable::Open(void) { wxString s; s.Printf("Error opening '%s', table/view does not exist in the database.", tableName); - pDb->LogError(s); + pDb->LogError(WXSTRINGCAST(s)); return(FALSE); }