From: Unknown (UG) Date: Fri, 27 Nov 1998 16:51:03 +0000 (+0000) Subject: no message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1ee9ea29c3a00779d97be65b9f99e8f644b9a1a no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); }