Turned SymbianFilesystemFactory from a singleton into a normal class; adapted symbian backend accordingly
svn-id: r34101
This commit is contained in:
parent
79751b07ae
commit
16e02f051d
5 changed files with 6 additions and 19 deletions
|
@ -268,6 +268,7 @@ Common::SaveFileManager *OSystem_SDL::getSavefileManager() {
|
|||
}
|
||||
|
||||
FilesystemFactory *OSystem_SDL::getFilesystemFactory() {
|
||||
assert(_fsFactory);
|
||||
return _fsFactory;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue