mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
Fixed const correctness in Sqrat array.
This commit is contained in:
parent
afc72a0162
commit
46466930fb
@ -256,7 +256,7 @@ public:
|
|||||||
///
|
///
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
template <typename T>
|
template <typename T>
|
||||||
void GetArray(T* array, int size)
|
void GetArray(T* array, int size) const
|
||||||
{
|
{
|
||||||
HSQOBJECT value = GetObject();
|
HSQOBJECT value = GetObject();
|
||||||
sq_pushobject(vm, value);
|
sq_pushobject(vm, value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user