]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Added m_isOpened variable to simulate opening/closing
[wxWidgets.git] / include / wx / string.h
index 521b7ca966fe5d7fbd0b42cae2a716479cae622f..b4a6fa1df7f5c156cf7cbe28788341e24d7a7c20 100644 (file)
@@ -258,7 +258,7 @@ private:
   bool AssignCopy(size_t, const wxChar *);
 
   // append a (sub)string
-  bool ConcatSelf(int nLen, const wxChar *src);
+  bool ConcatSelf(size_t nLen, const wxChar *src);
 
   // functions called before writing to the string: they copy it if there
   // are other references to our data (should be the only owner when writing)