mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
AK: Add forward declaration for Utf8CodePointIterator
This commit is contained in:
parent
b253bca807
commit
1752f7720e
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ class URL;
|
|||
class FlyString;
|
||||
class Utf16View;
|
||||
class Utf32View;
|
||||
class Utf8CodePointIterator;
|
||||
class Utf8View;
|
||||
class InputStream;
|
||||
class InputMemoryStream;
|
||||
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue