summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/option.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 08:41:23 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 08:41:23 -0500
commit85ee44f72ee2b65656111a6749f3c6cea6ff33e4 (patch)
treeafc85021c5fb8b1e2b98f4737ceb1469a65e4278 /include/ocl/option.hpp
parentc0ff4b289a74d2ce9cb390aaceba4bd5e1d4fd0f (diff)
chore: new version of OCL.Core.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/option.hpp')
-rw-r--r--include/ocl/option.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/option.hpp b/include/ocl/option.hpp
index 73cef13..e114b43 100644
--- a/include/ocl/option.hpp
+++ b/include/ocl/option.hpp
@@ -4,8 +4,8 @@
* Copyright 2023-2025, Amlal El Mahrouss, Licensed under the Boost Software License
*/
-#ifndef _OCL_OPT_HPP
-#define _OCL_OPT_HPP
+#ifndef __OCL_CORE_OPTION
+#define __OCL_CORE_OPTION
#include <ocl/detail/config.hpp>
#include <utility>
@@ -131,4 +131,4 @@ namespace ocl
}
} // namespace ocl
-#endif /* ifndef _OCL_OPT_HPP */ \ No newline at end of file
+#endif /* ifndef __OCL_CORE_OPTION */ \ No newline at end of file