mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
stackvector fix
This commit is contained in:
parent
ecb9da86aa
commit
6aa9d3b412
|
@ -146,7 +146,7 @@ namespace Blah
|
||||||
return &data()[count];
|
return &data()[count];
|
||||||
}
|
}
|
||||||
|
|
||||||
return m_buffer;
|
return (T*)m_buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T, size_t Capacity>
|
template<class T, size_t Capacity>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user