aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/win32
diff options
context:
space:
mode:
authorMax Horn2010-03-18 16:53:20 +0000
committerMax Horn2010-03-18 16:53:20 +0000
commit156a106ebcfaadbe8d2ff28cc05894ae79bc4204 (patch)
tree94693e71b0e0cecda81545d1987d7a937357defa /backends/plugins/win32
parentcac0ac66e22d18a57958ef342e6b115e35197e90 (diff)
downloadscummvm-rg350-156a106ebcfaadbe8d2ff28cc05894ae79bc4204.tar.gz
scummvm-rg350-156a106ebcfaadbe8d2ff28cc05894ae79bc4204.tar.bz2
scummvm-rg350-156a106ebcfaadbe8d2ff28cc05894ae79bc4204.zip
Trying to fix compilation (porters should review these changes, seems I uncovered some lurking old breakage)
svn-id: r48289
Diffstat (limited to 'backends/plugins/win32')
-rw-r--r--backends/plugins/win32/win32-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/win32/win32-provider.h b/backends/plugins/win32/win32-provider.h
index 56fa35810c..c7855faf59 100644
--- a/backends/plugins/win32/win32-provider.h
+++ b/backends/plugins/win32/win32-provider.h
@@ -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)