]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dataform.h
added comment explaining the condition for compiling manifest into resources
[wxWidgets.git] / include / wx / gtk1 / dataform.h
index 5cb61dce26dd7847aae2f7177b26c5f06b03c575..5d143ed9aaab9a8c36a4b1190dc00b3f52e56fd8 100644 (file)
@@ -21,7 +21,6 @@ public:
     wxDataFormat();
     wxDataFormat( wxDataFormatId type );
     wxDataFormat( const wxString &id );
-    wxDataFormat( const wxChar *id );
     wxDataFormat( NativeFormat format );
 
     wxDataFormat& operator=(const wxDataFormat& format)
@@ -50,7 +49,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;