mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
fix warnings
This commit is contained in:
parent
155a2a9cb3
commit
e23c2cf905
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user