From 69f439eff387a6ecb52734e400b297a3c85f2285 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 21 Sep 2021 08:35:19 +0200 Subject: New upstream version 3.1.0 --- Vector.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Vector.h') diff --git a/Vector.h b/Vector.h index 875f361..5347ad7 100644 --- a/Vector.h +++ b/Vector.h @@ -68,6 +68,10 @@ static inline int Vector_size(const Vector* this) { #endif /* NDEBUG */ +static inline const ObjectClass* Vector_type(const Vector* this) { + return this->type; +} + void Vector_add(Vector* this, void* data_); int Vector_indexOf(const Vector* this, const void* search_, Object_Compare compare); -- cgit v1.2.3