]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dataobj.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / osx / dataobj.h
index 4b027bfe136f6e724032f1c24d0594740348bf65..8d9ea7a5c035d4ab622d2f9ec5193a21d4252454 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        mac/dataobj.h
+// Name:        wx/osx/dataobj.h
 // Purpose:     declaration of the wxDataObject
 // Author:      Stefan Csomor (adapted from Robert Roebling's gtk port)
 // Modified by:
@@ -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_