oops
This commit is contained in:
parent
b53502eed8
commit
8dd9e3bfc1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue