summaryrefslogtreecommitdiff
path: root/native/utils/utf8/unicodetext.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/utils/utf8/unicodetext.h')
-rw-r--r--native/utils/utf8/unicodetext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/utils/utf8/unicodetext.h b/native/utils/utf8/unicodetext.h
index 01b0af6..b73bd16 100644
--- a/native/utils/utf8/unicodetext.h
+++ b/native/utils/utf8/unicodetext.h
@@ -89,6 +89,7 @@ class UnicodeText {
const_iterator();
// It's safe to make multiple passes over a UnicodeText.
+ const_iterator(const const_iterator&) = default;
const_iterator& operator=(const const_iterator&) = default;
char32 operator*() const; // Dereference