]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dataobj.h
Lots of work to set PangoFontDescription as the
[wxWidgets.git] / include / wx / motif / dataobj.h
index 878d9b0c390167951aebead6a898ff9e7c261143..042cf6c63b9b89692074b1f97d8d218140493854 100644 (file)
@@ -11,7 +11,7 @@
 #define _WX_MOTIF_DATAOBJ_H_
 
 #ifdef __GNUG__
-    #pragma interface "dataobj.h"
+#pragma interface "dataobj.h"
 #endif
 
 // ----------------------------------------------------------------------------
 
 class wxDataObject : public wxDataObjectBase
 {
- public:
-#ifdef __DARWIN__
-    ~wxDataObject() { }
-#endif
+public:
+    virtual ~wxDataObject();
 };
 
 #endif //_WX_MOTIF_DATAOBJ_H_