fix compile error

This commit is contained in:
goyuken 2013-12-30 02:42:00 +00:00
parent 7482cfdc5e
commit a1c0a1956b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace BizHawk.Client.Common
{ {
public class LuaFileList : List<LuaFile> public class LuaFileList : List<LuaFile>
{ {
internal LuaFileList() { } public LuaFileList() { }
private string _filename = String.Empty; private string _filename = String.Empty;
private bool _changes; private bool _changes;