mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Mark search parameter in Vector_indexOf const
This commit is contained in:

committed by
cgzones

parent
2f9381d867
commit
bfa7d1fbe2
2
Vector.h
2
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);
|
||||
|
||||
|
Reference in New Issue
Block a user