]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
Patch from Hartwig (use new GetChildren() API)
[wxWidgets.git] / include / wx / datstrm.h
index 2fb430cbf8edc9a6f003cb9871b3726bcf39a503..ef049c9f2afe80a20f7fd8bb41751a3bdc1a2af4 100644 (file)
@@ -132,7 +132,6 @@ public:
     void Write8(const wxUint8 *buffer, size_t size);
     void WriteDouble(const double *buffer, size_t size);
 
-    wxDataOutputStream& operator<<(const wxChar *string);
     wxDataOutputStream& operator<<(const wxString& string);
     wxDataOutputStream& operator<<(wxInt8 c);
     wxDataOutputStream& operator<<(wxInt16 i);