Просмотр исходного кода

input: fix uninitialised variable.

legacy
Sam Hocevar 9 лет назад
Родитель
Сommit
3544e76a4d
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      src/input/input.h

+ 3
- 1
src/input/input.h Просмотреть файл

@@ -211,7 +211,9 @@ protected:


static bool m_capturemouse; static bool m_capturemouse;


InputDevice(String const &name) : m_name(name)
InputDevice(String const &name)
: m_name(name),
m_input_active(false)
{ {
devices.push_unique(this); devices.push_unique(this);
} }


Загрузка…
Отмена
Сохранить