summaryrefslogtreecommitdiff
path: root/AK/Utf8View.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Utf8View.h')
-rw-r--r--AK/Utf8View.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Utf8View.h b/AK/Utf8View.h
index f03dc682a2..5270addd4a 100644
--- a/AK/Utf8View.h
+++ b/AK/Utf8View.h
@@ -61,7 +61,7 @@ private:
class Utf8View {
public:
- typedef Utf8CodepointIterator Iterator;
+ using Iterator = Utf8CodepointIterator;
Utf8View() { }
explicit Utf8View(const String&);