mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +00:00
AK: Forward declare Nonnull{Own,Ref}PtrVector
This commit is contained in:
parent
5325d6871d
commit
c85eaadb48
3 changed files with 10 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
namespace AK {
|
||||
|
||||
template<typename T, int inline_capacity = 0>
|
||||
template<typename T, int inline_capacity>
|
||||
class NonnullOwnPtrVector : public NonnullPtrVector<NonnullOwnPtr<T>, inline_capacity> {
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue