]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
When saving the editable state, use the real state (m_editable)
[wxWidgets.git] / src / common / string.cpp
index 9d16b5302a1264d14cf355d9a7f37545f37408f8..791c5ce049d2f4836b45afc46b3e628eb810b2fc 100644 (file)
@@ -608,7 +608,7 @@ wxString& wxString::operator=(const wchar_t *pwz)
 // ---------------------------------------------------------------------------
 
 // add something to this string
 // ---------------------------------------------------------------------------
 
 // add something to this string
-bool wxString::ConcatSelf(int nSrcLen, const wxChar *pszSrcData)
+bool wxString::ConcatSelf(size_t nSrcLen, const wxChar *pszSrcData)
 {
   STATISTICS_ADD(SummandLength, nSrcLen);
 
 {
   STATISTICS_ADD(SummandLength, nSrcLen);