Skip to content

Commit

Permalink
AK: Add forward declaration for Utf8CodePointIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Feb 23, 2022
1 parent b253bca commit 1752f77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AK/Forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class URL;
class FlyString;
class Utf16View;
class Utf32View;
class Utf8CodePointIterator;
class Utf8View;
class InputStream;
class InputMemoryStream;
Expand Down Expand Up @@ -183,5 +184,6 @@ using AK::Traits;
using AK::URL;
using AK::Utf16View;
using AK::Utf32View;
using AK::Utf8CodePointIterator;
using AK::Utf8View;
using AK::Vector;

0 comments on commit 1752f77

Please sign in to comment.