]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dragimgg.h
new member functio of wxDbColInfo to allow two step creation , to be
[wxWidgets.git] / include / wx / generic / dragimgg.h
index 64fef65b2a4c5319d46ec63270e2ee34977d7969..ad24c31e6e3cdf9c9ff564aefbffa1bbb4c3ea7b 100644 (file)
@@ -1,4 +1,4 @@
-/////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
 // Name:        wx/generic/dragimgg.h
 // Purpose:     wxDragImage class: a kind of a cursor, that can cope
 //              with more sophisticated images
@@ -13,7 +13,7 @@
 #ifndef _WX_DRAGIMGG_H_
 #define _WX_DRAGIMGG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "dragimgg.h"
 #endif
 
@@ -22,6 +22,7 @@
 #include "wx/cursor.h"
 #include "wx/treectrl.h"
 #include "wx/listctrl.h"
+#include "wx/log.h"
 
 /*
   To use this class, create a wxDragImage when you start dragging, for example: