]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dataobj.h
adding new constructor for best dc-compatibility of bitmaps
[wxWidgets.git] / include / wx / osx / dataobj.h
index b01694a15ef0507ec5315154119da90a78c2b509..8d9ea7a5c035d4ab622d2f9ec5193a21d4252454 100644 (file)
@@ -31,6 +31,10 @@ public:
     // returns true if any of the accepted formats of this dataobj is in the pasteboard
     bool HasDataInPasteboard( void * pasteboardRef );
     bool GetFromPasteboard( void * pasteboardRef );
+    
+#if wxOSX_USE_COCOA
+    virtual void AddSupportedTypes( void* cfarray);
+#endif
 };
 
 #endif // _WX_MAC_DATAOBJ_H_