make a thing readonly

This commit is contained in:
adelikat 2020-07-13 12:06:48 -05:00
parent 59be09b515
commit 6a3b014fe3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace BizHawk.Client.EmuHawk
private readonly InputManager _inputManager;
private IExternalApiProvider _apiProvider;
private IEmulator _emulator;
private IMovieSession _movieSession;
private readonly IMovieSession _movieSession;
private IGameInfo _game;
// TODO: merge ToolHelper code where logical