mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 22:39:24 +00:00
Update CreateIfNotExists function signature
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user