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;