From b63c8219736016e3b3952465f41abede37a38fbd Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 11 十二月 2019 11:44:06 +0800 Subject: [PATCH] update --- cyolo.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cyolo.h b/cyolo.h index c9eb31e..3cd2313 100644 --- a/cyolo.h +++ b/cyolo.h @@ -13,7 +13,7 @@ const float thrsh, const int use_mean, void **objInfos, int *objCount); -const char* obj_name_by_type(void *handle, const int typ); +const char* obj_name_by_type(const int typ); #ifdef __cplusplus } -- Gitblit v1.8.0