fix: clang-tidy misc-const-correctness warnings (#3529)

This commit is contained in:
Charles Kerr
2022-07-27 09:03:13 -05:00
committed by GitHub
parent 78b24b594b
commit ec79a2a888
42 changed files with 89 additions and 85 deletions

View File

@@ -819,7 +819,7 @@ void PrefsDialog::refreshPref(int key)
break;
}
key2widget_t::iterator it(widgets_.find(key));
key2widget_t::iterator const it(widgets_.find(key));
if (it != widgets_.end())
{