From: Julian Smart Date: Thu, 5 Jun 2003 20:33:17 +0000 (+0000) Subject: Reverted the warning fix since it breaks MinGW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f080251d92086deb8444531148ade820e5749de2 Reverted the warning fix since it breaks MinGW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/db.h b/include/wx/db.h index d441cf2bb4..8cd409a0ce 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -709,7 +709,7 @@ int WXDLLEXPORT wxDbConnectionsInUse(void); // Writes a message to the wxLog window (stdout usually) when an internal error // situation occurs. This function only works in DEBUG builds -const wxChar WXDLLEXPORT *wxDbLogExtendedErrorMsg(const wxChar *userText, +const wxChar* WXDLLEXPORT wxDbLogExtendedErrorMsg(const wxChar *userText, wxDb *pDb, const wxChar *ErrFile, int ErrLine);