mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
AK: Fix forward-declaration of Array
This commit is contained in:
parent
04e3122526
commit
d16f510805
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…
Add table
Add a link
Reference in a new issue