renamed include guard
This commit is contained in:
parent
797cab9d42
commit
3112fd15f9
|
|
@ -2,8 +2,8 @@
|
||||||
// Created by Patrick Maschek on 24.12.2023.
|
// Created by Patrick Maschek on 24.12.2023.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef UDIFF_HELPER_H_
|
#ifndef CONST_CONTAINER_HELPER_H_
|
||||||
#define UDIFF_HELPER_H_
|
#define CONST_CONTAINER_HELPER_H_
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
|
|
@ -63,4 +63,4 @@ namespace cc::helper {
|
||||||
|
|
||||||
}; // cc
|
}; // cc
|
||||||
|
|
||||||
#endif //UDIFF_HELPER_H_
|
#endif //CONST_CONTAINER_HELPER_H_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue