added wxStreamBuffer::Truncate() (patch 1687081)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -434,6 +434,7 @@ public:
|
||||
|
||||
// Buffer control
|
||||
void ResetBuffer();
|
||||
void Truncate();
|
||||
|
||||
// NB: the buffer must always be allocated with malloc() if takeOwn is
|
||||
// true as it will be deallocated by free()
|
||||
|
Reference in New Issue
Block a user