mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Fix warnings
This commit is contained in:
@@ -189,7 +189,7 @@ bool MacroActionRandomEdit::ShouldShowAllowRepeat()
|
||||
return false;
|
||||
}
|
||||
const auto macro = _entryData->_macros[0];
|
||||
for (const auto m : _entryData->_macros) {
|
||||
for (const auto &m : _entryData->_macros) {
|
||||
if (macro.get() != m.get()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user