]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dataobj.h
Added
[wxWidgets.git] / include / wx / gtk1 / dataobj.h
index b360614805de9fca4fe4c4a5ae500e56bdd99733..cda2856ce0f9fdde2da7738d6b4cc0e55dc13669 100644 (file)
@@ -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;