Trying to fix compilation (porters should review these changes, seems I uncovered some lurking old breakage)

svn-id: r48289
This commit is contained in:
Max Horn 2010-03-18 16:53:20 +00:00
parent cac0ac66e2
commit 156a106ebc
3 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@ protected:
bool isPluginFilename(const Common::FSNode &node) const;
virtual void addCustomDirectories(Common::StringArray &dirs) const {}
virtual void addCustomDirectories(Common::FSList &dirs) const {}
};
#endif // defined(DYNAMIC_MODULES) && defined(_WIN32)