X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa277f4ce21ad60de03d11f98742b1051cd903bc..2d93e1335c44ee76c9a5d98bd76ee3df72fa3146:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index e5c4d1fed0..c624086c26 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -47,7 +47,6 @@ #ifdef __GNUG__ #pragma interface "db.h" #endif - #include "wx/filefn.h" #endif #if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32) @@ -444,7 +443,7 @@ class CstructTablesInUse : public wxObject // for other code segments to use, or close all of them when the application has // completed. -wxDB* WXDLLEXPORT GetDbConnection(DbStuff *pDbStuff); +wxDB WXDLLEXPORT *GetDbConnection(DbStuff *pDbStuff); bool WXDLLEXPORT FreeDbConnection(wxDB *pDb); void WXDLLEXPORT CloseDbConnections(void); int WXDLLEXPORT NumberDbConnectionsInUse(void);