summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-11 02:03:55 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-11 02:03:55 +0200
commit6df846e33737255975ec913254e4caeeccccf563 (patch)
tree0ff49c48d96bdb1e297dafbf72baf6ff3173eab0 /screen_ui.cpp
parentMerge "updater_sample: fix UpdateConfig" (diff)
parentDevice owns the RecoveryUI instance. (diff)
downloadandroid_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.tar
android_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.tar.gz
android_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.tar.bz2
android_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.tar.lz
android_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.tar.xz
android_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.tar.zst
android_bootable_recovery-6df846e33737255975ec913254e4caeeccccf563.zip
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r--screen_ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index c0fb2cfba..f5dadf7f0 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -751,7 +751,7 @@ bool ScreenRecoveryUI::Init(const std::string& locale) {
return true;
}
-std::string ScreenRecoveryUI::GetLocale() {
+std::string ScreenRecoveryUI::GetLocale() const {
return locale_;
}