renamed include guard

This commit is contained in:
cyborg1811m 2024-01-06 23:51:02 +01:00
parent 797cab9d42
commit 3112fd15f9
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
// Created by Patrick Maschek on 24.12.2023.
//
#ifndef UDIFF_HELPER_H_
#define UDIFF_HELPER_H_
#ifndef CONST_CONTAINER_HELPER_H_
#define CONST_CONTAINER_HELPER_H_
#include <cstddef>
@ -63,4 +63,4 @@ namespace cc::helper {
}; // cc
#endif //UDIFF_HELPER_H_
#endif //CONST_CONTAINER_HELPER_H_