X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d96083979d47557ff385cb67fe936e10b61313fc..0887f88e2d6bb19deeee292ca8cf47ccc64542d6:/include/wx/db.h?ds=inline diff --git a/include/wx/db.h b/include/wx/db.h index cc2c1d84e8..1de7c38f10 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -706,8 +706,10 @@ 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, wxDb *pDb, - wxChar *ErrFile, int ErrLine); +const wxChar WXDLLEXPORT *wxDbLogExtendedErrorMsg(const wxChar *userText, + wxDb *pDb, + const wxChar *ErrFile, + int ErrLine); // This function sets the sql log state for all open wxDb objects