]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dataform.h
compilation fix for VC6 with standard (i.e. not updated) SDK (patch 1828610)
[wxWidgets.git] / include / wx / mac / carbon / dataform.h
index ffc4f87a42e0f409287e8cd5f1663863d22b9998..7fa7cb6e0c9b5e4d710ad97151ebd27a16f65c22 100644 (file)
@@ -20,7 +20,6 @@ public:
     wxDataFormat();
     wxDataFormat(wxDataFormatId vType);
     wxDataFormat(const wxString& rId);
-    wxDataFormat(const wxChar* pId);
     wxDataFormat(NativeFormat vFormat);
 
     wxDataFormat& operator=(NativeFormat vFormat)
@@ -46,7 +45,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* pId);
+    void SetId(const wxString& pId);
 
     // implementation
     wxDataFormatId GetType() const { return m_type; }