X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ee43a72dd4f45fb3b6a41f5f996a42637cf115f..b5cf8234c683f80d207fc8e96cd364eff122a025:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index 1cf0b61485..2daf622c90 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -690,7 +690,7 @@ public: // from wxCharBuffer wxString(const wxCharBuffer& psz) - : wxStringBase(psz, npos) { } + : wxStringBase(psz) { } #endif // Unicode/ANSI // generic attributes & operations