]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/clipbrd.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / gtk / clipbrd.h
index 913379cac7631cd26f89afb2ce9434d1f7d83165..2a4f2bd8a5a7a7b582be406bca1a7fffda8c2903 100644 (file)
@@ -63,10 +63,10 @@ public:
     virtual bool AddData( wxDataObject *data );
 
     // ask if data in correct format is available
-    virtual bool IsSupported( wxDataObject &data );
+    virtual bool IsSupported( wxDataFormat format );
 
     // fill data with data on the clipboard (if available)
-    virtual bool GetData( wxDataObject &data );
+    virtual bool GetData( wxDataObject *data );
 
     // clears wxTheClipboard and the system's clipboard if possible
     virtual void Clear();