From 714abae7efce1f4fcc37575370efab1a1cd44a49 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Feb 2016 18:36:47 +0300 Subject: Add missing variables into constructors initialisation list. --- src/input/inputmanager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/input/inputmanager.cpp') diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp index b6ed13524..4f9c1ce6b 100644 --- a/src/input/inputmanager.cpp +++ b/src/input/inputmanager.cpp @@ -78,7 +78,8 @@ InputManager::InputManager() : mNewKeyIndex(InputAction::NO_VALUE), mMask(1), mNameMap(), - mChatMap() + mChatMap(), + mKey() { } -- cgit v1.2.3-60-g2f50