diff options
Diffstat (limited to 'common/archive.h')
-rw-r--r-- | common/archive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/archive.h b/common/archive.h index 69e29a73f2..aa13d26d16 100644 --- a/common/archive.h +++ b/common/archive.h @@ -161,12 +161,12 @@ public: /** * Create and add a FSDirectory by name */ - void addDirectory(const String &name, const String &directory, int priority = 0, int depth = 1); + void addDirectory(const String &name, const String &directory, int priority = 0, int depth = 1, bool flat = false); /** * Create and add a FSDirectory by FSNode */ - void addDirectory(const String &name, const FSNode &directory, int priority = 0, int depth = 1); + void addDirectory(const String &name, const FSNode &directory, int priority = 0, int depth = 1, bool flat = false); /** * Remove an archive from the searchable set. |