]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mstream.h
1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT (missing 'E')
[wxWidgets.git] / include / wx / mstream.h
index 65e67aa24fbc4a758d471d865c6b7390732d1a68..c16cfea2ed3334736a93913d2c073f65570a860e 100644 (file)
@@ -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;