Fixed a typo in wxDbConnectionsInUse()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -505,7 +505,7 @@ class wxTablesInUse : public wxObject
|
|||||||
wxDB WXDLLEXPORT *wxDbGetConnection(wxDbConnectInf *pDbConfig, bool FwdOnlyCursors=(bool)wxODBC_FWD_ONLY_CURSORS);
|
wxDB WXDLLEXPORT *wxDbGetConnection(wxDbConnectInf *pDbConfig, bool FwdOnlyCursors=(bool)wxODBC_FWD_ONLY_CURSORS);
|
||||||
bool WXDLLEXPORT wxDbFreeConnection(wxDB *pDb);
|
bool WXDLLEXPORT wxDbFreeConnection(wxDB *pDb);
|
||||||
void WXDLLEXPORT wxDbCloseConnections(void);
|
void WXDLLEXPORT wxDbCloseConnections(void);
|
||||||
int WXDLLEXPORT wxDbNumberConnectionsInUse(void);
|
int WXDLLEXPORT wxDbConnectionsInUse(void);
|
||||||
|
|
||||||
|
|
||||||
// This function sets the sql log state for all open wxDB objects
|
// This function sets the sql log state for all open wxDB objects
|
||||||
|
Reference in New Issue
Block a user