aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 2a651bba2b..c5e8214d22 100644
--- a/common/system.h
+++ b/common/system.h
@@ -51,8 +51,10 @@ class UpdateManager;
class TimerManager;
class SeekableReadStream;
class WriteStream;
+#ifdef ENABLE_KEYMAPPER
class HardwareKeySet;
class Keymap;
+#endif
}
class AudioCDManager;
@@ -933,6 +935,7 @@ public:
return _eventManager;
}
+#ifdef ENABLE_KEYMAPPER
/**
* Register hardware keys with keymapper
*
@@ -952,6 +955,7 @@ public:
* See keymapper documentation for further reference.
*/
virtual Common::Keymap *getGlobalKeymap() { return 0; }
+#endif
//@}