fixup constness of IkarusProject in ikarus_project_get_entity_count

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
folling 2024-02-11 15:23:18 +01:00 committed by Folling
parent 75b7524eb3
commit 66cfd10507
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ void ikarus_project_get_entities(
}
}
size_t ikarus_project_get_entity_count(IkarusProject * project, IkarusErrorData * error_out) {
size_t ikarus_project_get_entity_count(IkarusProject const * project, IkarusErrorData * error_out) {
IKARUS_FAIL_IF_NULL(project, 0);
IKARUS_VTRYRV_OR_FAIL(