]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a typo in wxDbConnectionsInUse()
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 16 Mar 2000 19:42:29 +0000 (19:42 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 16 Mar 2000 19:42:29 +0000 (19:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index d7e73abc1169e85abf3f750b64d2aa9f2086cd04..36b3405a99958158970aa88eb564c12213eb8c1e 100644 (file)
@@ -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