From: Włodzimierz Skiba Date: Fri, 4 Mar 2005 19:27:02 +0000 (+0000) Subject: Removed ambiguity between deprecated and new constructor. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29b53ef977fd6c50da7915a659ed2e81a6e3c9bc Removed ambiguity between deprecated and new constructor. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dbtable.h b/include/wx/dbtable.h index 7b2a64914f..463c1f3caf 100644 --- a/include/wx/dbtable.h +++ b/include/wx/dbtable.h @@ -187,8 +187,8 @@ public: #if WXWIN_COMPATIBILITY_2_4 wxDEPRECATED( wxDbTable(wxDb *pwxDb, const wxString &tblName, const UWORD numColumns, - const wxChar *qryTblName=wxEmptyString, bool qryOnly = !wxDB_QUERY_ONLY, - const wxString &tblPath=wxEmptyString) + const wxChar *qryTblName, bool qryOnly, + const wxString &tblPath) ); #endif // WXWIN_COMPATIBILITY_2_4