X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d631778852c7949e7a5758a6d3691f395d8d40f..5ea4780630b335a1b8b2d3a94c0b82e46f4c56f6:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index 65e67aa24f..c16cfea2ed 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -45,6 +45,8 @@ class wxMemoryOutputStream: public wxOutputStream { wxStreamBuffer *OutputStreamBuffer() const { return m_o_streambuf; } + size_t CopyTo(char *buffer, size_t len) const; + protected: wxStreamBuffer *m_o_streambuf;