summaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-11 00:36:42 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-11 00:36:42 +0200
commit34bbc7d49a4f0578798d039fc16369b1a6ea16bd (patch)
treef327758d07cdb58a8e4a06f236f82f8df9515992 /device.h
parentam 51697d27: Merge "Switch minadb over to C++." (diff)
parentMerge "Auto-detect whether to use the long-press UI." (diff)
downloadandroid_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.tar
android_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.tar.gz
android_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.tar.bz2
android_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.tar.lz
android_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.tar.xz
android_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.tar.zst
android_bootable_recovery-34bbc7d49a4f0578798d039fc16369b1a6ea16bd.zip
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 3d9101bf4..150718359 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,