mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 09:20:36 +00:00
AK: Fix forward-declaration of Array
This commit is contained in:
parent
04e3122526
commit
d16f510805
Notes:
sideshowbarker
2024-07-19 02:44:24 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/d16f5108055 Pull-request: https://github.com/SerenityOS/serenity/pull/3464
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ template<typename T>
|
|||
class Span;
|
||||
|
||||
template<typename T, size_t Size>
|
||||
class Array;
|
||||
struct Array;
|
||||
|
||||
template<typename Container, typename ValueType>
|
||||
class SimpleIterator;
|
||||
|
|
Loading…
Reference in a new issue