summaryrefslogtreecommitdiffstats
path: root/stub_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-11 02:30:11 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-11 02:30:11 +0200
commit07c495ac07e30c857fdffec40a3e18bb378540bb (patch)
treef54d77e79c8a3d84a132b62b021b4163a402e3cf /stub_ui.h
parentMerge "updater_sample: fix UpdateConfig" am: 7217e7045d am: 48294e3d86 (diff)
parentMerge "Device owns the RecoveryUI instance." am: 6df846e337 (diff)
downloadandroid_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.tar
android_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.tar.gz
android_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.tar.bz2
android_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.tar.lz
android_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.tar.xz
android_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.tar.zst
android_bootable_recovery-07c495ac07e30c857fdffec40a3e18bb378540bb.zip
Diffstat (limited to 'stub_ui.h')
-rw-r--r--stub_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stub_ui.h b/stub_ui.h
index fddf4e71e..67c338e99 100644
--- a/stub_ui.h
+++ b/stub_ui.h
@@ -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 {}