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