Turned SymbianFilesystemFactory from a singleton into a normal class; adapted symbian backend accordingly

svn-id: r34101
This commit is contained in:
Max Horn 2008-08-22 11:49:34 +00:00
parent 79751b07ae
commit 16e02f051d
5 changed files with 6 additions and 19 deletions

View file

@ -268,6 +268,7 @@ Common::SaveFileManager *OSystem_SDL::getSavefileManager() {
}
FilesystemFactory *OSystem_SDL::getFilesystemFactory() {
assert(_fsFactory);
return _fsFactory;
}