mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +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 FlyString;
|
||||||
class Utf16View;
|
class Utf16View;
|
||||||
class Utf32View;
|
class Utf32View;
|
||||||
|
class Utf8CodePointIterator;
|
||||||
class Utf8View;
|
class Utf8View;
|
||||||
class InputStream;
|
class InputStream;
|
||||||
class InputMemoryStream;
|
class InputMemoryStream;
|
||||||
|
@ -183,5 +184,6 @@ using AK::Traits;
|
||||||
using AK::URL;
|
using AK::URL;
|
||||||
using AK::Utf16View;
|
using AK::Utf16View;
|
||||||
using AK::Utf32View;
|
using AK::Utf32View;
|
||||||
|
using AK::Utf8CodePointIterator;
|
||||||
using AK::Utf8View;
|
using AK::Utf8View;
|
||||||
using AK::Vector;
|
using AK::Vector;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue