Rename the comp namespace to StdComponents.
This commit is contained in:
parent
60f88896a4
commit
1413124530
|
@ -2,7 +2,7 @@
|
|||
#define YERBACON_STANDARDCOMPONENTS_HPP
|
||||
#include "ParseComponents.hpp"
|
||||
|
||||
namespace comp {
|
||||
namespace StdComponents {
|
||||
namespace types {
|
||||
struct String: public ParseComponent {
|
||||
string content;
|
||||
|
|
Loading…
Reference in New Issue