Skip to content

Commit

Permalink
IOS: Adds a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Bénony committed Jan 6, 2016
1 parent e0bfdb4 commit 7338558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/fs.h
Expand Up @@ -60,6 +60,7 @@ class FSNode : public ArchiveMember {
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);

/**
Expand Down

0 comments on commit 7338558

Please sign in to comment.