summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-11 02:16:00 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-11 02:16:00 +0200
commit8d593973d6329b48729e95dfee817ab0c44edea4 (patch)
tree0ff49c48d96bdb1e297dafbf72baf6ff3173eab0 /ui.h
parentMerge "updater_sample: fix UpdateConfig" (diff)
parentMerge "Device owns the RecoveryUI instance." (diff)
downloadandroid_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.tar
android_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.tar.gz
android_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.tar.bz2
android_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.tar.lz
android_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.tar.xz
android_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.tar.zst
android_bootable_recovery-8d593973d6329b48729e95dfee817ab0c44edea4.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index f8677902e..39284268d 100644
--- a/ui.h
+++ b/ui.h
@@ -57,7 +57,7 @@ class RecoveryUI {
// the given locale. Returns true on success.
virtual bool Init(const std::string& locale);
- virtual std::string GetLocale() = 0;
+ virtual std::string GetLocale() const = 0;
// Shows a stage indicator. Called immediately after Init().
virtual void SetStage(int current, int max) = 0;