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/MPCTestAPI/MPCTestAPIDlg.cpp')
-rw-r--r--src/MPCTestAPI/MPCTestAPIDlg.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/MPCTestAPI/MPCTestAPIDlg.cpp b/src/MPCTestAPI/MPCTestAPIDlg.cpp
index 6ae36cc92..c47278e65 100644
--- a/src/MPCTestAPI/MPCTestAPIDlg.cpp
+++ b/src/MPCTestAPI/MPCTestAPIDlg.cpp
@@ -100,11 +100,9 @@ END_MESSAGE_MAP()
CRegisterCopyDataDlg::CRegisterCopyDataDlg(CWnd* pParent /*=nullptr*/)
: CDialog(CRegisterCopyDataDlg::IDD, pParent)
- , m_strMPCPath(_T(""))
- , m_txtCommand(_T(""))
- , m_nCommandType(0)
- , m_hWndMPC(nullptr)
, m_RemoteWindow(nullptr)
+ , m_hWndMPC(nullptr)
+ , m_nCommandType(0)
{
//{{AFX_DATA_INIT(CRegisterCopyDataDlg)
// NOTE: the ClassWizard will add member initialization here