]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataobj.h
Added X11 wxEventLoop implementation; rearranged event processing
[wxWidgets.git] / include / wx / dataobj.h
index 7c7aee91f9317e0090929335078c315a6e112016..1e6ecad47068effc5ff4803f1f3e22223b5f2278 100644 (file)
@@ -79,6 +79,8 @@ public:
     #include "wx/motif/dataform.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk/dataform.h"
+#elif defined(__WXX11__)
+    #include "wx/x11/dataform.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/dataform.h"
 #elif defined(__WXPM__)
@@ -254,7 +256,7 @@ class WXDLLEXPORT wxDataObjectComposite : public wxDataObject
 {
 public:
     // ctor
-    wxDataObjectComposite() { m_preferred = 0; }
+    wxDataObjectComposite();
 
     // add data object (it will be deleted by wxDataObjectComposite, hence it
     // must be allocated on the heap) whose format will become the preferred