aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2008-06-28 14:14:16 +0000
committerMax Horn2008-06-28 14:14:16 +0000
commit62713a8b1b8dc002104cb53accbb5604948366f3 (patch)
tree33f957fcbac01d2743b2b9974c9b1bba70446c6c /common/system.h
parentad447b6f3912d99a0d24575571203a78186ad2b9 (diff)
downloadscummvm-rg350-62713a8b1b8dc002104cb53accbb5604948366f3.tar.gz
scummvm-rg350-62713a8b1b8dc002104cb53accbb5604948366f3.tar.bz2
scummvm-rg350-62713a8b1b8dc002104cb53accbb5604948366f3.zip
Removed OSystem::getFilesystemFactory() default implentation, as announced
svn-id: r32824
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 204ea9383a..4fc4c0625b 100644
--- a/common/system.h
+++ b/common/system.h
@@ -911,7 +911,7 @@ public:
*
* @return FilesystemFactory* The specific factory for the current architecture.
*/
- virtual FilesystemFactory *getFilesystemFactory();
+ virtual FilesystemFactory *getFilesystemFactory() = 0;
/**