1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

fix warnings

This commit is contained in:
Gabor Kiss-Vamosi 2020-11-20 12:57:30 +01:00
parent 155a2a9cb3
commit e23c2cf905

View File

@ -1457,7 +1457,7 @@ lv_obj_user_data_t lv_obj_get_user_data(const lv_obj_t * obj)
* @param obj pointer to an object
* @return pointer to the user data
*/
lv_obj_user_data_t * lv_obj_get_user_data_ptr(const lv_obj_t * obj)
lv_obj_user_data_t * lv_obj_get_user_data_ptr(lv_obj_t * obj)
{
LV_ASSERT_OBJ(obj, LV_OBJX_NAME);