Code style: add explicit private modifier

This commit is contained in:
YoshiRulz 2020-10-01 22:22:03 +10:00
parent 03f82226cf
commit ac5d53b44e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace BizHawk.Client.EmuHawk
Close();
}
bool DoSave(out FileInfo fileInfo)
private bool DoSave(out FileInfo fileInfo)
{
fileInfo = null;