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