From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vector.h') diff --git a/Vector.h b/Vector.h index ee51413..875f361 100644 --- a/Vector.h +++ b/Vector.h @@ -58,7 +58,7 @@ unsigned int Vector_count(const Vector* this); #else /* NDEBUG */ -static inline Object* Vector_get(Vector* this, int idx) { +static inline Object* Vector_get(const Vector* this, int idx) { return this->array[idx]; } -- cgit v1.2.3