Add a namespace to ParseComponents.hpp.
This commit is contained in:
parent
937d393aa5
commit
76e168fe58
|
@ -29,4 +29,8 @@ public:
|
||||||
~ParseTree() = default;
|
~ParseTree() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
namespace StandardComponents::types {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#endif //YERBACON_PARSECOMPONENTS_HPP
|
#endif //YERBACON_PARSECOMPONENTS_HPP
|
||||||
|
|
Loading…
Reference in New Issue