summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/fix/fix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/fix/fix.hpp')
-rw-r--r--dev/lib/fix/fix.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/lib/fix/fix.hpp b/dev/lib/fix/fix.hpp
index 723506e..4a5a3ae 100644
--- a/dev/lib/fix/fix.hpp
+++ b/dev/lib/fix/fix.hpp
@@ -5,8 +5,8 @@
* Copyright 2025, Amlal El Mahrouss
*/
-#ifndef _OCL_FIX_PARSER_HPP
-#define _OCL_FIX_PARSER_HPP
+#ifndef _SCL_FIX_PARSER_HPP
+#define _SCL_FIX_PARSER_HPP
#include <cstddef>
#include <cassert>
@@ -18,7 +18,7 @@
#include <unistd.h>
#include <signal.h>
-namespace ocl::fix
+namespace scl::fix
{
template <typename char_type>
class basic_visitor;
@@ -211,6 +211,6 @@ namespace ocl::fix
}
using fix_tag_type = std::uint32_t;
-} // namespace ocl::fix
+} // namespace scl::fix
-#endif // ifndef _OCL_FIX_PARSER_HPP
+#endif // ifndef _SCL_FIX_PARSER_HPP