aboutsummaryrefslogtreecommitdiff
path: root/common/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/archive.h')
-rw-r--r--common/archive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/archive.h b/common/archive.h
index a11d02e5af..90983ba9c7 100644
--- a/common/archive.h
+++ b/common/archive.h
@@ -165,6 +165,8 @@ class FSDirectory : public Archive {
// cache management
void cacheDirectoryRecursive(FSNode node, int depth, const String& prefix);
+ // fill cache if not already cached
+ void ensureCached();
bool _cached;
int _depth;