]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dataobj.h
* Some more CopyObject()
[wxWidgets.git] / include / wx / gtk1 / dataobj.h
index 42233e4494ada6fe68377a85622faf9e6d7f4d61..86d2e79edcf504c4836791efba2de0a3920f14cc 100644 (file)
@@ -70,6 +70,7 @@ public:
   wxDataFormat();
   wxDataFormat( wxDataType type );
   wxDataFormat( const wxString &id );
+  wxDataFormat( const wxChar *id );
   wxDataFormat( wxDataFormat &format );
   wxDataFormat( const GdkAtom atom );
 
@@ -77,7 +78,7 @@ public:
   wxDataType GetType() const;
   
   wxString GetId() const;
-  void SetId( const wxString &id );
+  void SetId( const wxChar *id );
   
   GdkAtom GetAtom();