mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +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;
|
class Span;
|
||||||
|
|
||||||
template<typename T, size_t Size>
|
template<typename T, size_t Size>
|
||||||
class Array;
|
struct Array;
|
||||||
|
|
||||||
template<typename Container, typename ValueType>
|
template<typename Container, typename ValueType>
|
||||||
class SimpleIterator;
|
class SimpleIterator;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue