Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/WinHotkeyCtrl.cpp')
-rw-r--r--src/mpc-hc/WinHotkeyCtrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/WinHotkeyCtrl.cpp b/src/mpc-hc/WinHotkeyCtrl.cpp
index 01afe09f4..c3d033b15 100644
--- a/src/mpc-hc/WinHotkeyCtrl.cpp
+++ b/src/mpc-hc/WinHotkeyCtrl.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2011-2013 see Authors.txt
+ * (C) 2011-2014 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -34,9 +34,9 @@ CWinHotkeyCtrl* CWinHotkeyCtrl::sm_pwhcFocus = nullptr;
IMPLEMENT_DYNAMIC(CWinHotkeyCtrl, CEdit)
CWinHotkeyCtrl::CWinHotkeyCtrl()
: m_vkCode(0)
+ , m_vkCode_def(0)
, m_fModSet(0)
, m_fModRel(0)
- , m_vkCode_def(0)
, m_fModSet_def(0)
, m_fIsPressed(FALSE)
{