Update CreateIfNotExists function signature

This commit is contained in:
EnderIce2 2024-02-27 05:52:24 +02:00
parent a47a97da87
commit 4397763e72
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -363,7 +363,7 @@ namespace vfs
*/
RefNode *Open(const char *Path, Node *Parent = nullptr);
Node *CreateIfNotExists(const char *Path, NodeType Type, Node *Parent);
Node *CreateIfNotExists(const char *Path, NodeType Type, Node *Parent = nullptr);
Virtual();
~Virtual();