diff options
Diffstat (limited to 'stub_ui.h')
-rw-r--r-- | stub_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ class StubRecoveryUI : public RecoveryUI { public: StubRecoveryUI() = default; - std::string GetLocale() override { + std::string GetLocale() const override { return ""; } void SetBackground(Icon /* icon */) override {} |