summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/shortcuts.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-16 21:18:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-16 21:18:30 +0200
commitfdcc4a6034ad0afffd68f0d6df9766c6c5a08495 (patch)
tree3a7ba7e4f5bccdac76234141ccbcc1fedfd8ccde /facetracknoir/shortcuts.cpp
parent33ed4d75801d547572e4d3c55a4f459d28dcf646 (diff)
fix win32 typos
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir/shortcuts.cpp')
-rw-r--r--facetracknoir/shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/shortcuts.cpp b/facetracknoir/shortcuts.cpp
index 1cd967e0..09663a0f 100644
--- a/facetracknoir/shortcuts.cpp
+++ b/facetracknoir/shortcuts.cpp
@@ -197,7 +197,7 @@ KeybindingWorkerImpl::~KeybindingWorkerImpl() {
}
KeybindingWorkerImpl::KeybindingWorkerImpl(FaceTrackNoIR& w, Key keyCenter, Key keyToggle)
-: din(0), dinkeyboard(0), kCenter(keyCenter), ktoggle(keyTogle), window(w), should_quit(true)
+: din(0), dinkeyboard(0), kCenter(keyCenter), kToggle(keyToggle), window(w), should_quit(true)
{
if (DirectInput8Create(GetModuleHandle(NULL), DIRECTINPUT_VERSION, IID_IDirectInput8, (void**)&din, NULL) != DI_OK) {
qDebug() << "setup DirectInput8 Creation failed!" << GetLastError();