Add missing access modifier
This commit is contained in:
parent
f2747b31b0
commit
3ccd10bb36
|
@ -7,7 +7,7 @@ using BizHawk.Common;
|
|||
|
||||
namespace BizHawk.Client.Common
|
||||
{
|
||||
class TempFileStateDictionary : IDictionary<int, byte[]>, IDisposable
|
||||
internal class TempFileStateDictionary : IDictionary<int, byte[]>, IDisposable
|
||||
{
|
||||
private Dictionary<int, Stream> _streams = new Dictionary<int, Stream>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue