X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53953cf73649b0666aeb34da4dc0a3231100f155..2d93e1335c44ee76c9a5d98bd76ee3df72fa3146:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index 90f70ffa35..c624086c26 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -443,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);