From a1ee9ea29c3a00779d97be65b9f99e8f644b9a1a Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Fri, 27 Nov 1998 16:51:03 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dbtable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.49.0