Explorar o código

Fixed SerializableJSONInteger class

- made ISerializable interface public inside class
Patrick %!s(int64=4) %!d(string=hai) anos
pai
achega
ac3424dd01
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      source/serialization/boxing/SerializableJSONInteger.hpp

+ 2 - 2
source/serialization/boxing/SerializableJSONInteger.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-21
- * Changed:         2020-08-21
+ * Changed:         2020-08-22
  *
  * */
 
@@ -16,7 +16,7 @@
 #include <json.hpp>
 
 namespace ls_std {
-  class SerializableJSONInteger : public Class, ISerializable {
+  class SerializableJSONInteger : public Class, public ISerializable {
     public:
 
       explicit SerializableJSONInteger(std::shared_ptr<ls_std::Integer> _integer);