From 73385584ba08a4acbdc81503ff9c4749d59657d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Be=CC=81nony?= Date: Wed, 6 Jan 2016 10:46:46 +0100 Subject: [PATCH] IOS: Adds a warning --- common/fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/fs.h b/common/fs.h index b7442bb6c7ec..66e98444d6d0 100644 --- a/common/fs.h +++ b/common/fs.h @@ -60,6 +60,7 @@ class FSNode : public ArchiveMember { SharedPtr _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); /**