diff options
Diffstat (limited to 'include/CompilerKit/Macros.h')
| -rw-r--r-- | include/CompilerKit/Macros.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/CompilerKit/Macros.h b/include/CompilerKit/Macros.h index 6cef758..8c112c6 100644 --- a/include/CompilerKit/Macros.h +++ b/include/CompilerKit/Macros.h @@ -1,13 +1,13 @@ /* ======================================== - Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license + Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license ======================================== */ /// @brief provide support for Macros.h header. -#ifndef _NECTI_MACROS_H_ -#define _NECTI_MACROS_H_ +#ifndef _NECTAR_MACROS_H_ +#define _NECTAR_MACROS_H_ #define NECTI_COPY_DELETE(KLASS) \ KLASS& operator=(const KLASS&) = delete; \ @@ -25,4 +25,4 @@ KLASS& operator=(KLASS&&) = default; \ KLASS(KLASS&&) = default; -#endif /* ifndef _NECTI_MACROS_H_ */ +#endif /* ifndef _NECTAR_MACROS_H_ */ |
