mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: clang-tidy misc-const-correctness warnings (#3529)
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user