don't call wxString::Len() from operator==; use IsSameAs() instead of move the length...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 7 Jan 2008 10:27:35 +0000 (10:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 7 Jan 2008 10:27:35 +0000 (10:27 +0000)
commit2712e31795ee7ab4de62189b440d702f3f849c0d
treec603fa76fe596fecc8e5e3ee411535266cf15fa6
parent52ca4ec419e41f800bc8e7a7c4f78f6079c603a6
don't call wxString::Len() from operator==; use IsSameAs() instead of move the length check to there (for non-UTF8 builds)

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