]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
wxDropSource now has 3 custom cursors for copy/move/nothing
[wxWidgets.git] / include / wx / db.h
index e5c4d1fed0c660dd3965dd9c4fbbab778f97af30..c624086c265f5f26356fb374a851c322f47b9604 100644 (file)
@@ -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);