From 69d042c37ddc9a7362a92490301d896c03a371e6 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Thu, 16 Mar 2000 19:42:29 +0000 Subject: [PATCH] Fixed a typo in wxDbConnectionsInUse() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/db.h b/include/wx/db.h index d7e73abc11..36b3405a99 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -505,7 +505,7 @@ class wxTablesInUse : public wxObject wxDB WXDLLEXPORT *wxDbGetConnection(wxDbConnectInf *pDbConfig, bool FwdOnlyCursors=(bool)wxODBC_FWD_ONLY_CURSORS); bool WXDLLEXPORT wxDbFreeConnection(wxDB *pDb); void WXDLLEXPORT wxDbCloseConnections(void); -int WXDLLEXPORT wxDbNumberConnectionsInUse(void); +int WXDLLEXPORT wxDbConnectionsInUse(void); // This function sets the sql log state for all open wxDB objects -- 2.45.2