This commit is contained in:
adelikat 2017-04-15 16:06:40 -05:00
parent b53502eed8
commit 8dd9e3bfc1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace BizHawk.Client.Common
[JsonObject]
public class RecentFiles : IEnumerable
{
private readonly List<string> recentlist;
private List<string> recentlist;
public RecentFiles()
: this(8)