]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
wxT() for a Spanish(?) debug message
[wxWidgets.git] / include / wx / db.h
index 90f70ffa35968f22c3ebfc40640c6c6e16c1086d..c624086c265f5f26356fb374a851c322f47b9604 100644 (file)
@@ -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);