diff options
Diffstat (limited to 'common/fs.h')
-rw-r--r-- | common/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.h b/common/fs.h index ed287cc17a..6ff5c6eb8d 100644 --- a/common/fs.h +++ b/common/fs.h @@ -135,7 +135,7 @@ public: * * @return true if successful, false otherwise (e.g. when the directory does not exist). */ - bool getChildren(FSList &fslist, ListMode mode = kListDirectoriesOnly, bool hidden = false) const; + bool getChildren(FSList &fslist, ListMode mode = kListDirectoriesOnly, bool hidden = true) const; /** * Return a human readable string for this node, usable for display (e.g. |