diff options
author | Max Horn | 2010-03-18 15:44:59 +0000 |
---|---|---|
committer | Max Horn | 2010-03-18 15:44:59 +0000 |
commit | 81a698d0a0a52115088825523950047d135b0ca0 (patch) | |
tree | 776bf3f65deaf6ece083429dca7ce93f7d7ac9dd /backends/plugins/dc | |
parent | 75de0ebccbc2680758e1ae83b913eb481f90aeda (diff) | |
download | scummvm-rg350-81a698d0a0a52115088825523950047d135b0ca0.tar.gz scummvm-rg350-81a698d0a0a52115088825523950047d135b0ca0.tar.bz2 scummvm-rg350-81a698d0a0a52115088825523950047d135b0ca0.zip |
Convert some occurences of StringList to StringArray;
try to fix compile error in GP2x code
svn-id: r48286
Diffstat (limited to 'backends/plugins/dc')
-rw-r--r-- | backends/plugins/dc/dc-provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/dc/dc-provider.h b/backends/plugins/dc/dc-provider.h index 470a586a51..ac10665419 100644 --- a/backends/plugins/dc/dc-provider.h +++ b/backends/plugins/dc/dc-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("/"); } }; |