diff --git a/include/filesystem.hpp b/include/filesystem.hpp index f0e6c961..62b73970 100644 --- a/include/filesystem.hpp +++ b/include/filesystem.hpp @@ -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();