From e5371eba65a07117dcb8712c47efbf3b513b7d5c Mon Sep 17 00:00:00 2001
From: Aaron Cuevas Lopez <aacuelo@teleco.upv.es>
Date: Wed, 24 Sep 2014 22:59:58 +0200
Subject: [PATCH] Fix missing returning value

---
 Source/Processors/Editors/MessageCenterEditor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/Processors/Editors/MessageCenterEditor.cpp b/Source/Processors/Editors/MessageCenterEditor.cpp
index e98395203..e7c64ceb8 100644
--- a/Source/Processors/Editors/MessageCenterEditor.cpp
+++ b/Source/Processors/Editors/MessageCenterEditor.cpp
@@ -89,7 +89,7 @@ void MessageCenterEditor::timerCallback()
 
 bool MessageCenterEditor::keyPressed(const KeyPress& key)
 {
-
+	return false;
 }
 
 String MessageCenterEditor::getLabelString()
-- 
GitLab