stackvector fix

This commit is contained in:
Noel Berry 2021-01-11 00:25:34 -08:00
parent ecb9da86aa
commit 6aa9d3b412

View File

@ -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>