Remove warnings

This commit is contained in:
Bill Hoffman
2002-03-13 15:29:26 -05:00
parent 6349735590
commit 7c73456401
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ BOOL CMakeSetup::InitInstance()
CMakeSetupDialog dlg(cmdInfo);
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is