]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataobj.h
added wxART_MISSING_IMAGE
[wxWidgets.git] / include / wx / dataobj.h
index d87edeaff7d17f25b11cb98bd18c80ee065fb50e..24f599fe565bf552a20bd35f4134c07cba312dbd 100644 (file)
@@ -169,8 +169,6 @@ public:
     #include "wx/mac/dataobj.h"
 #elif defined(__WXPM__)
     #include "wx/os2/dataobj.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/dnd.h"
 #endif
 
 // ----------------------------------------------------------------------------
@@ -447,6 +445,8 @@ private:
         { return(wxDataObjectSimple::GetDataHere(format, pBuf)); }
     bool SetData(const wxDataFormat& format, size_t nLen, const void* pBuf)
         { return(wxDataObjectSimple::SetData(format, nLen, pBuf)); }
+
+    DECLARE_NO_COPY_CLASS(wxCustomDataObject)
 };
 
 // ----------------------------------------------------------------------------