]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode fix.
authorOve Kaaven <ovek@arcticnet.no>
Thu, 22 Apr 1999 21:54:38 +0000 (21:54 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 22 Apr 1999 21:54:38 +0000 (21:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/dataobj.h
include/wx/gtk1/dataobj.h

index b360614805de9fca4fe4c4a5ae500e56bdd99733..86d2e79edcf504c4836791efba2de0a3920f14cc 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,7 +78,7 @@ public:
   wxDataType GetType() const;
   
   wxString GetId() const;
-  void SetId( const char *id );
+  void SetId( const wxChar *id );
   
   GdkAtom GetAtom();
       
index b360614805de9fca4fe4c4a5ae500e56bdd99733..86d2e79edcf504c4836791efba2de0a3920f14cc 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,7 +78,7 @@ public:
   wxDataType GetType() const;
   
   wxString GetId() const;
-  void SetId( const char *id );
+  void SetId( const wxChar *id );
   
   GdkAtom GetAtom();