X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/559d32bc2789dc69a7c19598a31f485c6caaff11..afcbfd1a09e22ff4839ba5db42047c96f355506c:/projects/stargazer/plugins/other/smux/types.h?ds=sidebyside diff --git a/projects/stargazer/plugins/other/smux/types.h b/projects/stargazer/plugins/other/smux/types.h index a121bf7a..2b54f2a2 100644 --- a/projects/stargazer/plugins/other/smux/types.h +++ b/projects/stargazer/plugins/other/smux/types.h @@ -3,17 +3,17 @@ #include #include -#include +#include #include "stg/OBJECT_IDENTIFIER.h" class OID { public: - OID(const std::string & str); + explicit OID(const std::string & str); OID(const char * str, size_t length); - OID(const std::vector & arcs); + explicit OID(const std::vector & arcs); OID(const unsigned * arcs, size_t length); - OID(OBJECT_IDENTIFIER_t * oid); + explicit OID(OBJECT_IDENTIFIER_t * oid); OID(const OID & rvalue); ~OID();