mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
AK: Add Utf8View to Forward.h
This commit is contained in:
parent
22b41a0fa3
commit
d85b09893d
Notes:
sideshowbarker
2024-07-19 09:20:12 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d85b09893d1
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ class StringBuilder;
|
|||
class StringImpl;
|
||||
class StringView;
|
||||
class URL;
|
||||
class Utf8View;
|
||||
|
||||
template<typename T>
|
||||
class SinglyLinkedList;
|
||||
|
@ -116,4 +117,5 @@ using AK::StringBuilder;
|
|||
using AK::StringImpl;
|
||||
using AK::StringView;
|
||||
using AK::URL;
|
||||
using AK::Utf8View;
|
||||
using AK::Vector;
|
||||
|
|
Loading…
Add table
Reference in a new issue