diff options
Diffstat (limited to 'fw/fe310/eos/app/app_root.h')
-rw-r--r-- | fw/fe310/eos/app/app_root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/app/app_root.h b/fw/fe310/eos/app/app_root.h index a7907df..7a44565 100644 --- a/fw/fe310/eos/app/app_root.h +++ b/fw/fe310/eos/app/app_root.h @@ -6,7 +6,7 @@ #define APP_FONT_HANDLE 31 -EVEWindow *app_root(void); +EVEWindowRoot *app_root(void); void app_root_refresh(void); void app_root_init(eve_view_constructor_t home_page); |