]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dnd.h
Compile fix.
[wxWidgets.git] / include / wx / mac / carbon / dnd.h
index 626c1dbc035aa59647705d13d038f02698555500..3d4676d00944dcfae5235f7da680b683178f098e 100644 (file)
@@ -4,16 +4,12 @@
 // Author:      Stefan Csomor
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #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