aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bénony2016-01-06 10:46:46 +0100
committerVincent Bénony2016-01-06 16:20:30 +0100
commit73385584ba08a4acbdc81503ff9c4749d59657d9 (patch)
treed9ac189db0eae0a7d38db17e4b261e8ae92e05d1
parente0bfdb41d0b4d935cb9a5e08b6506adfac5f7af0 (diff)
downloadscummvm-rg350-73385584ba08a4acbdc81503ff9c4749d59657d9.tar.gz
scummvm-rg350-73385584ba08a4acbdc81503ff9c4749d59657d9.tar.bz2
scummvm-rg350-73385584ba08a4acbdc81503ff9c4749d59657d9.zip
IOS: Adds a warning
-rw-r--r--common/fs.h1
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);
/**