X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53953cf73649b0666aeb34da4dc0a3231100f155..f512f90a83cc4c7a96a2bca4893a3c1fa2975077:/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);