hunyadi-dev commented on a change in pull request #789:
URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r433990939



##########
File path: libminifi/include/c2/C2Callback.h
##########
@@ -18,17 +18,17 @@
 #ifndef LIBMINIFI_INCLUDE_C2_C2CALLBACK_H_
 #define LIBMINIFI_INCLUDE_C2_C2CALLBACK_H_
 
+#include <memory>
+
 
 #include "C2Agent.h"
 
 /**
  * Purpose: Provides a callback with very specific accesses
  */
 class C2Callback {
-
  public:
-  C2Callback(const std::shared_ptr<C2>)
-
+  explicit C2Callback(const std::shared_ptr<C2>)

Review comment:
       Resolved by removing `explicit` and adding `// NOLINT`. This file 
belongs to the 🚮 anyways.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to