浏览代码

Fixed SerializableJSONLong header preprocessor directive

pcmattulat 4 年之前
父节点
当前提交
7a5e07d31a
共有 1 个文件被更改,包括 3 次插入3 次删除
  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"