]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/dnd.h
compilation fix
[wxWidgets.git] / include / wx / mac / classic / dnd.h
index 989a977628d4b8b81abf051c82f27e3f376dabb0..3d4676d00944dcfae5235f7da680b683178f098e 100644 (file)
 #ifndef _WX_DND_H_
 #define _WX_DND_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dnd.h"
-#endif
-
 #if wxUSE_DRAG_AND_DROP
 
 #include "wx/defs.h"
@@ -90,7 +86,7 @@ public:
                  const wxCursor &cursorMove = wxNullCursor,
                  const wxCursor &cursorStop = wxNullCursor);
 
-    ~wxDropSource();
+    virtual ~wxDropSource();
 
     // do it (call this in response to a mouse button press, for example)
     // params: if bAllowMove is false, data can be only copied