diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 18:18:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 18:18:26 +0200 |
commit | 982bc5ef759e2d35341216c89ef1c1fd5d49babd (patch) | |
tree | 0dee1355e8087d15c988dadb5b482dd732ea1241 | |
parent | 7b907c5f88836effdefcad320d398ce1b18e857d (diff) |
main: -Wall clean
-rw-r--r-- | facetracknoir/shortcuts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/shortcuts.cpp b/facetracknoir/shortcuts.cpp index cdb2c3b7..152fe565 100644 --- a/facetracknoir/shortcuts.cpp +++ b/facetracknoir/shortcuts.cpp @@ -138,7 +138,7 @@ KeybindingWorkerImpl::~KeybindingWorkerImpl() { } KeybindingWorkerImpl::KeybindingWorkerImpl(FaceTrackNoIR& w, Key keyCenter) -: kCenter(keyCenter), window(w), should_quit(true), din(0), dinkeyboard(0) +: din(0), dinkeyboard(0), kCenter(keyCenter), window(w), should_quit(true) { if (DirectInput8Create(GetModuleHandle(NULL), DIRECTINPUT_VERSION, IID_IDirectInput8, (void**)&din, NULL) != DI_OK) { qDebug() << "setup DirectInput8 Creation failed!" << GetLastError(); |