RamSearchEngine - List -> IEnumerable

This commit is contained in:
adelikat 2020-03-04 18:44:22 -06:00
parent a84fca5f8f
commit d1db498d20
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ namespace BizHawk.Client.Common.RamSearchEngine
_watchList = _watchList.Except(removeList).ToList();
}
public void AddRange(List<long> addresses, bool append)
public void AddRange(IEnumerable<long> addresses, bool append)
{
if (!append)
{