summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-17 01:27:27 +0100
committerBenBE <BenBE@geshi.org>2020-11-17 08:06:02 +0100
commita94fd87b05aa23d453d6e238746b5a55e75544bd (patch)
tree83c455f7aef55b120e6360bed623eaae76ce379f /Vector.h
parent307c34b028d353154aa268eceb38e0331c8275cf (diff)
Avoid calling Object_isA from inside Vector_isConsistent
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h2
1 files changed, 1 insertions, 1 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy