X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..77c8efc8c37da6d6a5e2e8022d21d1cd7d76371d:/include/wx/osx/dataobj.h diff --git a/include/wx/osx/dataobj.h b/include/wx/osx/dataobj.h index b01694a15e..8d9ea7a5c0 100644 --- a/include/wx/osx/dataobj.h +++ b/include/wx/osx/dataobj.h @@ -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_