[DEV] update new ejson interface
This commit is contained in:
@@ -24,9 +24,9 @@ namespace audio {
|
||||
/**
|
||||
* @brief Constructor
|
||||
*/
|
||||
NodeOrchestra(const std::string& _name, const std::shared_ptr<const ejson::Object>& _config);
|
||||
NodeOrchestra(const std::string& _name, const ejson::Object& _config);
|
||||
public:
|
||||
static std::shared_ptr<NodeOrchestra> create(const std::string& _name, const std::shared_ptr<const ejson::Object>& _config);
|
||||
static std::shared_ptr<NodeOrchestra> create(const std::string& _name, const ejson::Object& _config);
|
||||
/**
|
||||
* @brief Destructor
|
||||
*/
|
||||
|
Reference in New Issue
Block a user