aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/linuxmoto/hardwarekeys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/linuxmoto/hardwarekeys.cpp')
-rw-r--r--backends/platform/linuxmoto/hardwarekeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/hardwarekeys.cpp b/backends/platform/linuxmoto/hardwarekeys.cpp
index 80b91d7616..a3fdd68c7f 100644
--- a/backends/platform/linuxmoto/hardwarekeys.cpp
+++ b/backends/platform/linuxmoto/hardwarekeys.cpp
@@ -113,5 +113,5 @@ static const Mod modifiers[] = {
Common::HardwareKeySet *OSystem_LINUXMOTO::getHardwareKeySet() {
- OSystem_SDL::getHardwareKeySet();
+ return OSystem_SDL::getHardwareKeySet();
}