(ArcFile.CreateFileSystem): changed return type.

This commit is contained in:
morkt 2015-09-06 05:31:06 +04:00
parent c9f070731d
commit 8ef162709a

View File

@ -189,7 +189,7 @@ namespace GameRes
}
}
public IFileSystem CreateFileSystem ()
public ArchiveFileSystem CreateFileSystem ()
{
if (m_interface.IsHierarchic)
return new TreeArchiveFileSystem (this);