Applied some of patch [ 688466 ] MSVC7 build & bug fixes
by Darren Whobrey git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user