Did a full code review to identify things to fix and either fixed them or noted BUG where I should come back.

This commit is contained in:
Zed A. Shaw 2024-12-04 21:43:59 -05:00
parent ae43dad499
commit 9abb39a3bf
14 changed files with 72 additions and 35 deletions

View file

@ -7,7 +7,7 @@ using namespace nlohmann;
struct Config {
json $config;
std::string $src_path = "./config.json";
std::string $src_path;
Config(const std::string src_path);