intermediate changes

This commit is contained in:
3lswear
2022-01-16 23:06:06 +03:00
parent ebd09bbcdc
commit 9c19e936b6
5 changed files with 79 additions and 5 deletions

View File

@@ -23,7 +23,8 @@
/* } */
namespace config
{
void display(toml_node *config)
void display(toml_node *root_node)
{
std::cout << ">>> printing config: <<<" << std::endl;
if (config->get_type() != toml_node::MAPARRAY)