aboutsummaryrefslogtreecommitdiff
path: root/common/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/fs.h')
-rw-r--r--common/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.h b/common/fs.h
index bfbbb532e0..1dcd07b1cf 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -268,7 +268,7 @@ class FSDirectory : public Archive {
mutable int _depth;
// look for a match
- FSNode lookupCache(NodeCache &cache, const String &name) const;
+ FSNode *lookupCache(NodeCache &cache, const String &name) const;
// cache management
void cacheDirectoryRecursive(FSNode node, int depth, const String& prefix) const;