Rename the comp namespace to StdComponents.

This commit is contained in:
Username404-59 2021-03-20 10:38:33 +01:00
parent 60f88896a4
commit 1413124530
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define YERBACON_STANDARDCOMPONENTS_HPP
#include "ParseComponents.hpp"
namespace comp {
namespace StdComponents {
namespace types {
struct String: public ParseComponent {
string content;