mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
41a579e978
commit
0bb2e61e9e
@ -26,7 +26,7 @@ namespace Genode { template <typename, unsigned> class Array; }
|
||||
template <typename T, unsigned MAX>
|
||||
class Genode::Array
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
|
||||
unsigned _count { 0 };
|
||||
T _objs[MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user