style:解决采用VS2015编译时某些项目不通过的问题

This commit is contained in:
yuanyuanxiang
2019-08-25 10:06:31 +08:00
parent fdee9b88c2
commit 5a7145a5ac
8 changed files with 37 additions and 4 deletions

View File

@@ -27,4 +27,5 @@ public:
afx_msg void OnEnChangeEditPort();
afx_msg void OnEnChangeEditMax();
CButton m_ApplyButton;
virtual void OnOK();
};