Add explicit keyword to 1 arg constructors

The cppcheck tool complains about it otherwise.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Id977a6c349b0b49354b52ac994ea7742e0a39307
diff --git a/control/json/group.hpp b/control/json/group.hpp
index 4057914..2d4a489 100644
--- a/control/json/group.hpp
+++ b/control/json/group.hpp
@@ -58,7 +58,7 @@
      *
      * @param[in] jsonObj - JSON object
      */
-    Group(const json& jsonObj);
+    explicit Group(const json& jsonObj);
 
     /**
      * Copy Constructor