diff options
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |