adamdebreceni commented on a change in pull request #1062:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1062#discussion_r620907335
##########
File path: extensions/opencv/CaptureRTSPFrame.h
##########
@@ -37,7 +37,7 @@ class CaptureRTSPFrame : public core::Processor {
public:
- explicit CaptureRTSPFrame(const std::string &name, utils::Identifier uuid =
utils::Identifier())
+ explicit CaptureRTSPFrame(const std::string &name, const utils::Identifier&
uuid = {})
Review comment:
here as well
##########
File path: extensions/opencv/MotionDetector.h
##########
@@ -40,7 +40,7 @@ class MotionDetector : public core::Processor {
public:
- explicit MotionDetector(const std::string &name, utils::Identifier uuid =
utils::Identifier())
+ explicit MotionDetector(const std::string &name, const utils::Identifier&
uuid = {})
Review comment:
here as well
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]