X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a126fcc3438c6b2693090e8c97761fa12d8ca7a..6db90681cf0b58209a061561f5d3624f6eda8024:/include/wx/gtk/dataobj.h diff --git a/include/wx/gtk/dataobj.h b/include/wx/gtk/dataobj.h index b360614805..cda2856ce0 100644 --- a/include/wx/gtk/dataobj.h +++ b/include/wx/gtk/dataobj.h @@ -70,7 +70,7 @@ public: wxDataFormat(); wxDataFormat( wxDataType type ); wxDataFormat( const wxString &id ); - wxDataFormat( const char *id ); + wxDataFormat( const wxChar *id ); wxDataFormat( wxDataFormat &format ); wxDataFormat( const GdkAtom atom ); @@ -78,10 +78,10 @@ public: wxDataType GetType() const; wxString GetId() const; - void SetId( const char *id ); + void SetId( const wxChar *id ); GdkAtom GetAtom(); - + void SetAtom(GdkAtom atom) { m_hasAtom = TRUE; m_atom = atom; } private: wxDataType m_type;