diff options
Diffstat (limited to '')
-rw-r--r-- | screen_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h index 293696d22..2d6b621d5 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -114,7 +114,7 @@ class ScreenRecoveryUI : public RecoveryUI { explicit ScreenRecoveryUI(bool scrollable_menu); bool Init(const std::string& locale) override; - std::string GetLocale() override; + std::string GetLocale() const override; // overall recovery state ("background image") void SetBackground(Icon icon) override; |