adam-markovics commented on a change in pull request #1252:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1252#discussion_r813076778



##########
File path: libminifi/src/FlowController.cpp
##########
@@ -271,7 +271,7 @@ std::unique_ptr<core::ProcessGroup> 
FlowController::loadInitialFlow() {
   return root;
 }
 
-void FlowController::load(const std::shared_ptr<core::ProcessGroup> &root, 
bool reload) {
+void FlowController::load(std::unique_ptr<core::ProcessGroup>&& root, bool 
reload) {

Review comment:
       Done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to