Code style: add explicit private modifier
This commit is contained in:
parent
03f82226cf
commit
ac5d53b44e
|
@ -74,7 +74,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DoSave(out FileInfo fileInfo)
|
private bool DoSave(out FileInfo fileInfo)
|
||||||
{
|
{
|
||||||
fileInfo = null;
|
fileInfo = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue