summaryrefslogtreecommitdiff
path: root/zen/serialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/serialize.h')
-rw-r--r--zen/serialize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zen/serialize.h b/zen/serialize.h
index ff2871b1..77cf657e 100644
--- a/zen/serialize.h
+++ b/zen/serialize.h
@@ -4,8 +4,8 @@
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef SERIALIZE_H_INCLUDED_83940578357
-#define SERIALIZE_H_INCLUDED_83940578357
+#ifndef SERIALIZE_H_839405783574356
+#define SERIALIZE_H_839405783574356
#include <functional>
#include <cstdint>
@@ -250,4 +250,4 @@ C readContainer(BinInputStream& stream) //throw UnexpectedEndOfStreamError
}
}
-#endif //SERIALIZE_H_INCLUDED_83940578357
+#endif //SERIALIZE_H_839405783574356
bgstack15