Add a namespace to ParseComponents.hpp.

This commit is contained in:
Username404-59 2021-04-25 16:12:32 +02:00
parent 937d393aa5
commit 76e168fe58
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@ public:
~ParseTree() = default; ~ParseTree() = default;
}; };
namespace StandardComponents::types {
}
#endif //YERBACON_PARSECOMPONENTS_HPP #endif //YERBACON_PARSECOMPONENTS_HPP