diff options
Diffstat (limited to 'Source/MFCDialog/CMakeDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/MFCDialog/CMakeDialog.h b/Source/MFCDialog/CMakeDialog.h index 8ad95ca..7c0463d 100644 --- a/Source/MFCDialog/CMakeDialog.h +++ b/Source/MFCDialog/CMakeDialog.h @@ -48,11 +48,12 @@ protected: afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); - afx_msg void OnChangeEdit1(); afx_msg void OnBrowse(); virtual void OnOK(); afx_msg void OnButton3(); afx_msg void OnBuildProjects(); + afx_msg void OnChangeWhereBuild(); + afx_msg void OnChangeWhereSource(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; |