This commit is contained in:
3lswear
2022-02-08 22:08:52 +03:00
parent 30921c41fd
commit 0c13c02344
4 changed files with 46 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace config
TOMLMap *parse(void)
{
std::string filename = "config/simple.toml";
std::string filename = "config/real.toml";
config::TOMLParser parser(filename);
TOMLMap *root = parser.parse();
/* config::display(root); */