summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-14 15:19:23 +0200
committercgzones <cgzones@googlemail.com>2020-10-15 20:45:39 +0200
commitbfa7d1fbe275c6b7551af3afa99f4e90eaa315e7 (patch)
treec54e718d20fd66458f69dbd3436e097c630cfba0 /Vector.h
parent2f9381d8671d560f40986faffea87f19ce965a1b (diff)
Mark search parameter in Vector_indexOf const
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 d0d42c6c..1b599d69 100644
--- a/Vector.h
+++ b/Vector.h
@@ -61,7 +61,7 @@ int Vector_count(Vector* this);
void Vector_add(Vector* this, void* data_);
-int Vector_indexOf(Vector* this, void* search_, Object_Compare compare);
+int Vector_indexOf(Vector* this, const void* search_, Object_Compare compare);
void Vector_splice(Vector* this, Vector* from);

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