mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3222 Fix some compiler warnings
X-SVN-Rev: 13912
This commit is contained in:
parent
912a7c0933
commit
6b6a152797
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ Quantifier::Quantifier(UnicodeFunctor *adoptedMatcher,
|
|||
|
||||
Quantifier::Quantifier(const Quantifier& o) :
|
||||
UnicodeFunctor(o),
|
||||
UnicodeMatcher(o),
|
||||
matcher(o.matcher->clone()),
|
||||
minCount(o.minCount),
|
||||
maxCount(o.maxCount)
|
||||
|
|
Loading…
Add table
Reference in a new issue