From a1c0a1956b69dafaa3ceab61b1435e1df24d6e57 Mon Sep 17 00:00:00 2001 From: goyuken Date: Mon, 30 Dec 2013 02:42:00 +0000 Subject: [PATCH] fix compile error --- BizHawk.Client.Common/lua/LuaFileList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/lua/LuaFileList.cs b/BizHawk.Client.Common/lua/LuaFileList.cs index cbb1e1e11c..1c94cfb9c5 100644 --- a/BizHawk.Client.Common/lua/LuaFileList.cs +++ b/BizHawk.Client.Common/lua/LuaFileList.cs @@ -7,7 +7,7 @@ namespace BizHawk.Client.Common { public class LuaFileList : List { - internal LuaFileList() { } + public LuaFileList() { } private string _filename = String.Empty; private bool _changes;