]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
slider link fix 2.
[wxWidgets.git] / include / wx / string.h
index cf7a45ac25ca6f976b7f4f9f5e6599d93ad08040..29be6c677036cb01ece4225420b36dca423cd135 100644 (file)
@@ -705,6 +705,8 @@ public:
   void clear() { Empty(); }
     // returns true if the string is empty
   bool empty() const { return IsEmpty(); }
+    // inform string about planned change in size
+  void reserve(size_t size) { Alloc(size); }
 
   // lib.string.access
     // return the character at position n