aboutsummaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 15:00:34 -0700
committerElliott Hughes <enh@google.com>2015-04-10 15:14:35 -0700
commit4af215b2c35b41e983753256ad6dbebbf879c982 (patch)
treef327758d07cdb58a8e4a06f236f82f8df9515992 /device.h
parent51697d2781501c30d8db6d2a8e6c2becebcffad8 (diff)
downloadbootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.zip
bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.gz
bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.bz2
Auto-detect whether to use the long-press UI.
Change-Id: Ie77a5584e301467c6a5e164d2c62d6f036b2c0c0
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index 3d9101b..1507183 100644
--- a/device.h
+++ b/device.h
@@ -54,7 +54,7 @@ class Device {
// - invoke the highlighted item (kInvokeItem)
// - do nothing (kNoAction)
// - invoke a specific action (a menu position: any non-negative number)
- virtual int HandleMenuKey(int key, int visible) = 0;
+ virtual int HandleMenuKey(int key, int visible);
enum BuiltinAction {
NO_ACTION = 0,