]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stream.h
Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys
[wxWidgets.git] / include / wx / stream.h
index f0c1ce170cc51138b5f080978f6e07fd2a5914bc..5ef6ccdc4bd5f43eb0d0f1b6be02d5d00598196a 100644 (file)
@@ -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()