From 5469423e5d3f0ba3e65bb55cc31adbeceb2cd273 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Jun 2004 10:40:52 +0000 Subject: [PATCH] DLL compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27892 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 ecb4f3ab6a..531a348d53 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -714,7 +714,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);