aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/dc
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/dc
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/dc')
-rw-r--r--backends/plugins/dc/dc-provider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/plugins/dc/dc-provider.h b/backends/plugins/dc/dc-provider.h
index ac10665419..849beb3c70 100644
--- a/backends/plugins/dc/dc-provider.h
+++ b/backends/plugins/dc/dc-provider.h
@@ -36,8 +36,8 @@ protected:
bool isPluginFilename(const Common::FSNode &node) const;
- virtual void addCustomDirectories(Common::StringArray &dirs) const {
- dirs.push_back("/");
+ virtual void addCustomDirectories(Common::FSList &dirs) const {
+ dirs.push_back(Common::FSNode("/"));
}
};