szaszm commented on a change in pull request #706: MINIFICPP-1116 - Fix error
reporting in C2Agent
URL: https://github.com/apache/nifi-minifi-cpp/pull/706#discussion_r364757660
##########
File path: libminifi/include/c2/C2Agent.h
##########
@@ -57,7 +57,8 @@ class C2Agent : public state::UpdateController, public
state::response::Response
C2Agent(const std::shared_ptr<core::controller::ControllerServiceProvider>
&controller, const std::shared_ptr<state::StateMonitor> &updateSink, const
std::shared_ptr<Configure> &configure);
- virtual ~C2Agent() {
+ ~C2Agent() noexcept override {
Review comment:
fixed in e108d27
----------------------------------------------------------------
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]
With regards,
Apache Git Services