summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-21 21:25:59 +0200
committerBenBE <BenBE@geshi.org>2020-11-17 02:01:02 +0100
commit7914ec201ef19fa0c0caed99dc150a953eb9bc19 (patch)
tree80849aa9cf7f0779c8a5816af0132533816bec74 /Vector.h
parent15eab2012d2100e1ddd20c186db23a8172b5858d (diff)
Hashtable update
- use consistent type for key by introducing a new typedef - use unsigned types for sizes - name parameters in foreach function typedef
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 70688152..ec354b16 100644
--- a/Vector.h
+++ b/Vector.h
@@ -54,7 +54,7 @@ void Vector_set(Vector* this, int idx, void* data_);
Object* Vector_get(Vector* this, int idx);
int Vector_size(const Vector* this);
-int Vector_count(const Vector* this);
+unsigned int Vector_count(const Vector* this);
#else /* NDEBUG */

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