]> git.saurik.com Git - wxWidgets.git/commitdiff
fixup
authorRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 20:39:44 +0000 (20:39 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 20:39:44 +0000 (20:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/db.cpp

index f99e9cff2cab07413c0a5f8d165be2f469bced0f..8153f3ab790681135244f1dbb6f52d0ecefd44d8 100644 (file)
@@ -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;