]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dataform.h
More work on getting wxLisBox events right
[wxWidgets.git] / include / wx / motif / dataform.h
index 2487376ab3e646abc39da39dfca80986d8738873..314eaf5b6852f4fd8bdd9fa9aef724c10dc0840a 100644 (file)
@@ -21,7 +21,6 @@ public:
     wxDataFormat();
     wxDataFormat( wxDataFormatId type );
     wxDataFormat( const wxString &id );
-    wxDataFormat( const wxChar *id );
     wxDataFormat( NativeFormat format );
 
     wxDataFormat& operator=(NativeFormat format)
@@ -48,7 +47,7 @@ public:
     // string ids are used for custom types - this SetId() must be used for
     // application-specific formats
     wxString GetId() const;
-    void SetId( const wxChar *id );
+    void SetId( const wxString& id );
 
     // implementation
     wxDataFormatId GetType() const;