fix compile error
This commit is contained in:
parent
7482cfdc5e
commit
a1c0a1956b
|
@ -7,7 +7,7 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
public class LuaFileList : List<LuaFile>
|
||||
{
|
||||
internal LuaFileList() { }
|
||||
public LuaFileList() { }
|
||||
|
||||
private string _filename = String.Empty;
|
||||
private bool _changes;
|
||||
|
|
Loading…
Reference in New Issue