summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-28 00:41:33 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-28 00:41:33 +0200
commit8e4ddcce9751c9656fffb39d72b1d923b2370426 (patch)
tree6076a466c8d888ce1e869ad870e0c6b196fa6ca8 /wear_ui.cpp
parentMerge "Formatting RecoveryUI related files." am: 8e7db8f4a6 am: 076aba3d8a (diff)
parentMerge "Add override specifier and member constness to RecoveryUI classes." am: d6fb1c6367 (diff)
downloadandroid_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.tar
android_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.tar.gz
android_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.tar.bz2
android_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.tar.lz
android_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.tar.xz
android_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.tar.zst
android_bootable_recovery-8e4ddcce9751c9656fffb39d72b1d923b2370426.zip
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r--wear_ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index adc316dfc..640f04a79 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -61,7 +61,7 @@ WearRecoveryUI::WearRecoveryUI()
self = this;
}
-int WearRecoveryUI::GetProgressBaseline() {
+int WearRecoveryUI::GetProgressBaseline() const {
return progress_bar_y;
}