Pārlūkot izejas kodu

Fixed SerializableJSONLong header preprocessor directive

pcmattulat 4 gadi atpakaļ
vecāks
revīzija
7a5e07d31a

+ 3 - 3
source/serialization/boxing/SerializableJSONLong.hpp

@@ -3,12 +3,12 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-25
- * Changed:         2020-08-26
+ * Changed:         2020-08-30
  *
  * */
 
-#ifndef SERIALIZABLE_JSON_INTEGER_HPP
-#define SERIALIZABLE_JSON_INTEGER_HPP
+#ifndef SERIALIZABLE_JSON_LONG_HPP
+#define SERIALIZABLE_JSON_LONG_HPP
 
 #include "../../base/Class.hpp"
 #include "../ISerializable.hpp"