mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2691 operator= overload simple mistake
X-SVN-Rev: 10973
This commit is contained in:
parent
3b7dddebf9
commit
3a74158f41
1 changed files with 1 additions and 1 deletions
|
@ -2192,7 +2192,7 @@ int32_t TestSearch::handlePrev(int32_t start, UErrorCode &status)
|
|||
|
||||
TestSearch & TestSearch::operator=(const TestSearch &that)
|
||||
{
|
||||
this->SearchIterator::operator=(that);
|
||||
SearchIterator::operator=(that);
|
||||
m_offset_ = that.m_offset_;
|
||||
m_pattern_ = that.m_pattern_;
|
||||
return *this;
|
||||
|
|
Loading…
Add table
Reference in a new issue