finished rework of suite

master
Chris Punches 2017-06-23 13:43:54 -04:00
parent 4c972eeb0c
commit 33d8e6827d
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ class JSON_Loader_InvalidJSON: public std::runtime_error { public:
}; };
/// JSON_Loader::JSON_Loader - Constructor for JSON_Loader base class. Simply inits to an unpopulated state. /// JSON_Loader::JSON_Loader - Constructor for JSON_Loader base class. Simply inits to an unpopulated state.
///
/// The JSON_Loader type is a base type. It is meant to provide the functionalities shared between Suite and Plan.
JSON_Loader::JSON_Loader() JSON_Loader::JSON_Loader()
{ {
this->populated = false; this->populated = false;