]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dataobj.h
Compilation fixes for old SDKs (VC6) after recent commit.
[wxWidgets.git] / include / wx / x11 / dataobj.h
index 97b7df7eb4b7b665df992d85778eeb7f055ef423..068cedbbf083ddee25c1106266597293503dc4ea 100644 (file)
 #ifndef _WX_X11_DATAOBJ_H_
 #define _WX_X11_DATAOBJ_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dataobj.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxDataObject is the same as wxDataObjectBase under wxMotif
 // ----------------------------------------------------------------------------
@@ -22,9 +18,9 @@ class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();
-    
+
 #ifdef __DARWIN__
-    ~wxDataObject() { }
+    virtual ~wxDataObject() { }
 #endif
 
     virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;