diff options
Diffstat (limited to 'screen_ui.h')
-rw-r--r-- | screen_ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/screen_ui.h b/screen_ui.h index de7b6442e..38e2f0723 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -29,7 +29,7 @@ class ScreenRecoveryUI : public RecoveryUI { public: ScreenRecoveryUI(); - void Init(); + bool Init() override; void SetLocale(const char* locale); // overall recovery state ("background image") @@ -137,7 +137,7 @@ class ScreenRecoveryUI : public RecoveryUI { pthread_mutex_t updateMutex; bool rtl_locale; - virtual void InitTextParams(); + virtual bool InitTextParams(); virtual void draw_background_locked(); virtual void draw_foreground_locked(); |