conf reimpl

This commit is contained in:
Chris Punches
2017-06-09 00:46:05 -04:00
parent 3c52f94bfa
commit 7db682e503
3 changed files with 46 additions and 34 deletions

View File

@@ -9,8 +9,8 @@
class Conf: public JSON_Loader
{
private:
std::string plan_path;
std::string units_path;
Json::Value plan_path;
Json::Value units_path;
public:
Conf( std::string filename );