]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dataobj.h
force update of MDI client window size after the MDI parent frame is iconized and...
[wxWidgets.git] / include / wx / x11 / dataobj.h
index 6dc89e60e43b6f4017658968c73436748867b6a3..97b7df7eb4b7b665df992d85778eeb7f055ef423 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_X11_DATAOBJ_H_
 #define _WX_X11_DATAOBJ_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dataobj.h"
 #endif
 
@@ -18,7 +18,7 @@
 // wxDataObject is the same as wxDataObjectBase under wxMotif
 // ----------------------------------------------------------------------------
 
-class wxDataObject : public wxDataObjectBase
+class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();