summaryrefslogtreecommitdiffstats
path: root/recovery_ui/include/recovery_ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'recovery_ui/include/recovery_ui/ui.h')
-rw-r--r--recovery_ui/include/recovery_ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_ui/include/recovery_ui/ui.h b/recovery_ui/include/recovery_ui/ui.h
index a95f935e4..08ec1d76a 100644
--- a/recovery_ui/include/recovery_ui/ui.h
+++ b/recovery_ui/include/recovery_ui/ui.h
@@ -118,7 +118,7 @@ class RecoveryUI {
// Returns true if you have the volume up/down and power trio typical of phones and tablets, false
// otherwise.
- virtual bool HasThreeButtons();
+ virtual bool HasThreeButtons() const;
// Returns true if it has a power key.
virtual bool HasPowerKey() const;