X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/846b6c86586ff3c5a1948132761ba223f3ccb75c..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/buffer.h diff --git a/interface/wx/buffer.h b/interface/wx/buffer.h index 4ef51bac3b..724cadc115 100644 --- a/interface/wx/buffer.h +++ b/interface/wx/buffer.h @@ -178,7 +178,7 @@ public: wxCharTypeBuffer(const wxScopedCharTypeBuffer& src); /** - Assigns @a str to this buffer and takes ownership of it (i.e. the + Assigns @a str to this buffer and takes ownership of it (i.e.\ the buffer becomes "owned"). */ wxCharTypeBuffer& operator=(const CharType *str); @@ -287,9 +287,9 @@ public: Create a new buffer. @param size - size of the new buffer. + size of the new buffer, 1KiB by default. */ - wxMemoryBuffer(size_t size = DefBufSize); + wxMemoryBuffer(size_t size = 1024); /** Append a single byte to the buffer.