Parcourir la source

Fixed SerializableJSONLong header preprocessor directive

pcmattulat il y a 4 ans
Parent
commit
7a5e07d31a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      source/serialization/boxing/SerializableJSONLong.hpp

+ 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"