diff options
Diffstat (limited to 'common/archive.h')
-rw-r--r-- | common/archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/archive.h b/common/archive.h index 39fce497c4..1cc983f77b 100644 --- a/common/archive.h +++ b/common/archive.h @@ -212,7 +212,7 @@ public: * * @see Common::matchString */ - void addSubDirectoriesMatching(const FSNode &directory, String pattern, bool ignoreCase, int priority = 0); + void addSubDirectoriesMatching(const FSNode &directory, String origPattern, bool ignoreCase, int priority = 0); /** * Remove an archive from the searchable set. |