diff options
Diffstat (limited to 'backends/plugins/win32')
-rw-r--r-- | backends/plugins/win32/win32-provider.h | 2 |
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) |