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;