diff --git a/src/ccaosdb.cpp b/src/ccaosdb.cpp index 8145d921c141c82e9e72346c217064710ba30a1e..61a5ed18908da60beaac09891b7874b55ac75b4d 100644 --- a/src/ccaosdb.cpp +++ b/src/ccaosdb.cpp @@ -684,8 +684,8 @@ ERROR_RETURN_CODE(GENERIC_ERROR, return 0; }) ERROR_RETURN_CODE(GENERIC_ERROR, - int caosdb_entity_entity_get_boolean_value_list_value_at( - caosdb_entity_entity *entity, bool *out, const int index), + int caosdb_entity_entity_get_boolean_list_value_at(caosdb_entity_entity *entity, + bool *out, const int index), { auto *wrapped_entity = WRAPPED_ENTITY_CAST(entity); auto value_list = wrapped_entity->GetValue().AsList(); @@ -939,7 +939,7 @@ ERROR_RETURN_CODE(GENERIC_ERROR, return 0; }) ERROR_RETURN_CODE(GENERIC_ERROR, - int caosdb_entity_property_get_boolean_value_list_value_at( + int caosdb_entity_property_get_boolean_list_value_at( caosdb_entity_property *property, bool *out, const int index), { auto *wrapped_property = WRAPPED_PROPERTY_CAST(property);