Removed ambiguity between deprecated and new constructor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4c2740ec0f
commit
29b53ef977
@ -187,8 +187,8 @@ public:
|
|||||||
#if WXWIN_COMPATIBILITY_2_4
|
#if WXWIN_COMPATIBILITY_2_4
|
||||||
wxDEPRECATED(
|
wxDEPRECATED(
|
||||||
wxDbTable(wxDb *pwxDb, const wxString &tblName, const UWORD numColumns,
|
wxDbTable(wxDb *pwxDb, const wxString &tblName, const UWORD numColumns,
|
||||||
const wxChar *qryTblName=wxEmptyString, bool qryOnly = !wxDB_QUERY_ONLY,
|
const wxChar *qryTblName, bool qryOnly,
|
||||||
const wxString &tblPath=wxEmptyString)
|
const wxString &tblPath)
|
||||||
);
|
);
|
||||||
#endif // WXWIN_COMPATIBILITY_2_4
|
#endif // WXWIN_COMPATIBILITY_2_4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user