From 4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 9 Sep 2013 00:46:03 +0300 Subject: [PATCH] RECORDER: Fix warning --- gui/EventRecorder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/EventRecorder.cpp b/gui/EventRecorder.cpp index 21152dd079f..71f66911e94 100644 --- a/gui/EventRecorder.cpp +++ b/gui/EventRecorder.cpp @@ -481,6 +481,8 @@ Common::List EventRecorder::mapEvent(const Common::Event &ev, Com default: return Common::DefaultEventMapper::mapEvent(ev, source); } + + return Common::DefaultEventMapper::mapEvent(ev, source); } void EventRecorder::setGameMd5(const ADGameDescription *gameDesc) {