From: Ryan Norton Date: Sat, 6 Nov 2004 20:39:44 +0000 (+0000) Subject: fixup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/08429a81cad38f84f52ce915fdfe90a5216a9f8c fixup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/db.cpp b/src/common/db.cpp index f99e9cff2c..8153f3ab79 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -2164,7 +2164,7 @@ bool wxDb::ExecSql(const wxString &pSqlStmt) /********** wxDb::ExecSql() with column info **********/ -bool wxDb::ExecSqlGetInf(const wxString &pSqlStmt, wxDbColInf** columns, short& numcols) +bool wxDb::ExecSql(const wxString &pSqlStmt, wxDbColInf** columns, short& numcols) { //execute the statement first if (! ExecSql(pSqlStmt)) return false;