]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj2.h
The exact version it was included doesn't appear to be documented
[wxWidgets.git] / include / wx / msw / ole / dataobj2.h
index 6f3740d9726e8e2a8b0b4bb03b97cb0dc4721290..0fb5a1cb390b837b4350782db60279a83cb90a96 100644 (file)
@@ -41,6 +41,8 @@ public:
 private:
     // the DIB data
     void /* BITMAPINFO */ *m_data;
+
+    DECLARE_NO_COPY_CLASS(wxBitmapDataObject)
 };
 
 // ----------------------------------------------------------------------------
@@ -101,6 +103,8 @@ public:
 private:
     // last data object we got data in
     wxDataObjectSimple *m_dataObjectLast;
+
+    DECLARE_NO_COPY_CLASS(wxURLDataObject)
 };
 
 #endif // _WX_MSW_OLE_DATAOBJ2_H