]> git.saurik.com Git - wxWidgets.git/commit
wxString(const wxString& str, size_t position, size_t len) ctor now doesn't
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jan 1999 22:49:27 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jan 1999 22:49:27 +0000 (22:49 +0000)
commit07c5641a9353fe18f680ef1a432d53743ad6065d
tree11c27ac787f479c0918c7553638cb4e919d51f80
parentb412f9be504e07559a98ae234f30bb1bd0b2aa1f
wxString(const wxString& str, size_t position, size_t len) ctor now doesn't
have default value for the third param to avoid conflicts with
wxString(const wxString& str, size_t len) ctor. Sorry if this breaks code
which relied on it...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h