From a94fd87b05aa23d453d6e238746b5a55e75544bd Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 17 Nov 2020 01:27:27 +0100 Subject: Avoid calling Object_isA from inside Vector_isConsistent --- Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vector.h') diff --git a/Vector.h b/Vector.h index ec354b16..ee514136 100644 --- a/Vector.h +++ b/Vector.h @@ -52,7 +52,7 @@ void Vector_set(Vector* this, int idx, void* data_); #ifndef NDEBUG -Object* Vector_get(Vector* this, int idx); +Object* Vector_get(const Vector* this, int idx); int Vector_size(const Vector* this); unsigned int Vector_count(const Vector* this); -- cgit v1.2.3