diff options
-rw-r--r-- | common/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/fs.h b/common/fs.h index b7442bb6c7..66e98444d6 100644 --- a/common/fs.h +++ b/common/fs.h @@ -60,6 +60,7 @@ private: SharedPtr<AbstractFSNode> _realNode; public: + // WARNING: Use this constructor with care! FSNode takes the ownership of the pointer and will delete it at some point. FSNode(AbstractFSNode *realNode); /** |