[ wxwindows-Bugs-1539875 ] wxDbSqlLog (db.cpp) does not match header definition

SourceForge.net noreply at sourceforge.net
Mon Aug 14 02:15:13 PDT 2006


Bugs item #1539875, was opened at 2006-08-14 11:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1539875&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Database
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Lars Offen (lars_offen)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxDbSqlLog (db.cpp) does not match header definition

Initial Comment:
The function
bool wxDbSqlLog(wxDbSqlLogState state, const wxChar*
filename)
does not match the header declaration, where it is
declared with a const wxString&

Suggested solution:
change definition to:
bool WXDLLIMPEXP_ODBC wxDbSqlLog(wxDbSqlLogState state,
const wxString &filename)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1539875&group_id=9863




More information about the wx-dev mailing list