From 56e558e830e71eadb0555bdcd78f13c188b9e149 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Mon, 16 Feb 2026 21:00:35 +0100 Subject: [PATCH] Fix guard name --- Bin2CPP/Sources/Bin2CPPLib/Include/Assert.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bin2CPP/Sources/Bin2CPPLib/Include/Assert.hpp b/Bin2CPP/Sources/Bin2CPPLib/Include/Assert.hpp index 2370756..224308d 100644 --- a/Bin2CPP/Sources/Bin2CPPLib/Include/Assert.hpp +++ b/Bin2CPP/Sources/Bin2CPPLib/Include/Assert.hpp @@ -4,8 +4,8 @@ * \author Romain BOULLARD * \date October 2025 *********************************************************************/ -#ifndef BIGFOOT_SYSTEM_ASSERT_HPP -#define BIGFOOT_SYSTEM_ASSERT_HPP +#ifndef BIN2CPP_ASSERT_HPP +#define BIN2CPP_ASSERT_HPP #include #if defined BIN2CPP_NOT_OPTIMIZED