diff --git a/lib_nbgl/include/nbgl_use_case.h b/lib_nbgl/include/nbgl_use_case.h index e36079cae..5d9f8dd24 100644 --- a/lib_nbgl/include/nbgl_use_case.h +++ b/lib_nbgl/include/nbgl_use_case.h @@ -184,7 +184,7 @@ typedef struct { const char *modalTitle; ///< title given to modal window displayed when tip-box is touched nbgl_contentType_t type; ///< type of page content in the following union union { - const nbgl_contentInfoList_t infos; ///< infos pairs displayed in modal. + nbgl_contentInfoList_t infos; ///< infos pairs displayed in modal. }; } nbgl_tipBox_t;