aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/psp/psp-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/psp/psp-provider.h')
-rw-r--r--backends/plugins/psp/psp-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/psp/psp-provider.h b/backends/plugins/psp/psp-provider.h
index 33271d0b89..ef2222076a 100644
--- a/backends/plugins/psp/psp-provider.h
+++ b/backends/plugins/psp/psp-provider.h
@@ -36,7 +36,7 @@ protected:
bool isPluginFilename(const Common::FSNode &node) const;
- virtual void addCustomDirectories(Common::StringList &dirs) const {
+ virtual void addCustomDirectories(Common::StringArray &dirs) const {
dirs.push_back("/");
}
};