소스 검색

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"