mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Member can be made private.
This commit is contained in:
@@ -96,7 +96,7 @@ public class Vfs : IDisposable
|
||||
CleanUp();
|
||||
}
|
||||
|
||||
public void CleanUp()
|
||||
void CleanUp()
|
||||
{
|
||||
foreach(KeyValuePair<long, Stream> handle in _streamsCache) handle.Value.Close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user