diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-20 21:07:49 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-20 21:07:49 +0200 |
| commit | 313ef9da33f2c8068d0f7704893205c36e74f45a (patch) | |
| tree | 8744fbc29b9b1468424a0d63f8bf886095b99a03 /dep/utf8cpp/utf8/unchecked.h | |
| parent | 99d34bde1bfa385723f8a65ac068509325d8679c (diff) | |
| parent | bf100ffc3cd5ea1d08f57c31aa9612fd19977462 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'dep/utf8cpp/utf8/unchecked.h')
| -rw-r--r-- | dep/utf8cpp/utf8/unchecked.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/utf8cpp/utf8/unchecked.h b/dep/utf8cpp/utf8/unchecked.h index b4547fad945..cb2427166b1 100644 --- a/dep/utf8cpp/utf8/unchecked.h +++ b/dep/utf8cpp/utf8/unchecked.h @@ -179,7 +179,7 @@ namespace utf8 class iterator : public std::iterator <std::bidirectional_iterator_tag, uint32_t> { octet_iterator it; public: - iterator () {}; + iterator () {} explicit iterator (const octet_iterator& octet_it): it(octet_it) {} // the default "big three" are OK octet_iterator base () const { return it; } |
