فهرست منبع

Improved SerializableJSONStateConnection class

- made constructor explicit
Patrick-Laptop 3 سال پیش
والد
کامیت
94e14a7308
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      source/serialization/json/logic/SerializableJSONStateConnection.hpp

+ 1 - 1
source/serialization/json/logic/SerializableJSONStateConnection.hpp

@@ -20,7 +20,7 @@ namespace ls_std {
   class SerializableJSONStateConnection : public Class, public ISerializable {
     public:
 
-      SerializableJSONStateConnection(std::shared_ptr<ls_std::StateConnection> _value);
+      explicit SerializableJSONStateConnection(std::shared_ptr<ls_std::StateConnection> _value);
       ~SerializableJSONStateConnection() = default;
 
       ls_std::byte_field marshal() override;