aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/webos/webos.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/webos/webos.h')
-rw-r--r--backends/platform/webos/webos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/webos/webos.h b/backends/platform/webos/webos.h
index 850aaf9ce2..8dfa43239c 100644
--- a/backends/platform/webos/webos.h
+++ b/backends/platform/webos/webos.h
@@ -31,7 +31,9 @@ public:
OSystem_SDL_WebOS();
virtual void initBackend();
- virtual Common::HardwareKeySet *getHardwareKeySet();
+#ifdef ENABLE_KEYMAPPER
+ virtual Common::HardwareInputSet *getHardwareInputSet();
+#endif
};
#endif