Github user arpadboda commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/417#discussion_r225851735
--- Diff: libminifi/src/capi/api.cpp ---
@@ -32,6 +32,7 @@
using string_map = std::map<std::string, std::string>;
class API_INITIALIZER {
+ public:
--- End diff --
Not needed, just left there, will remove, good point. ---
