Skip to content
Snippets Groups Projects
Commit e5371eba authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix missing returning value

parent fa4951c1
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ void MessageCenterEditor::timerCallback()
bool MessageCenterEditor::keyPressed(const KeyPress& key)
{
return false;
}
String MessageCenterEditor::getLabelString()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment