diff --git a/UTF8Conv.cpp b/UTF8Conv.cpp index 5932e8f..61e9862 100644 --- a/UTF8Conv.cpp +++ b/UTF8Conv.cpp @@ -58,7 +58,7 @@ BOOL CUTF8ConvApp::InitInstance() { CUTF8ConvDlg dlg; m_pMainWnd = &dlg; - int nResponse = dlg.DoModal(); + const auto nResponse = dlg.DoModal(); if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is