finished rework of suite
parent
4c972eeb0c
commit
33d8e6827d
|
@ -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.
|
||||
///
|
||||
/// The JSON_Loader type is a base type. It is meant to provide the functionalities shared between Suite and Plan.
|
||||
JSON_Loader::JSON_Loader()
|
||||
{
|
||||
this->populated = false;
|
||||
|
|
Loading…
Reference in New Issue