]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
Removed Vadim's surplus code in clipboard.
[wxWidgets.git] / include / wx / db.h
index 90f70ffa35968f22c3ebfc40640c6c6e16c1086d..2d39f12b9cbfbac1a09efd178dc261a80a6b9835 100644 (file)
@@ -428,7 +428,7 @@ struct DbList
 };
 
 
-#if __WXDEBUG__ > 0
+#ifdef __WXDEBUG__
 #include "wx/object.h"
 class CstructTablesInUse : public wxObject
 {
@@ -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);