From f157ad0815b1dfd9cadfdfe19731e4248af65c13 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Mon, 4 Aug 2003 18:56:58 +0000 Subject: [PATCH] Incorrect placement of the '*' in the line "const wxChar* WXDLLIMPEXP_ODBC". It should be "const wxChar WXDLLIMPEXP_ODBC *" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/db.h b/include/wx/db.h index 5236bdfda3..c21998ed64 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -714,7 +714,7 @@ int WXDLLIMPEXP_ODBC 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* WXDLLIMPEXP_ODBC +const wxChar WXDLLIMPEXP_ODBC * wxDbLogExtendedErrorMsg(const wxChar *userText, wxDb *pDb, const wxChar *ErrFile, -- 2.45.2