Skip to content
Snippets Groups Projects
Commit a2bfa76f authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

fix header guard

parent 9e6ee692
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
// Created by webpigeon on 27/06/22.
//
#ifndef FGGL_UTIL_SAFETY_H
#define FGGL_UTIL_SAFETY_H
#ifndef FGGL_UTIL_SAFETY_HPP
#define FGGL_UTIL_SAFETY_HPP
#include <string>
......@@ -58,4 +58,4 @@ namespace fggl::util {
} // namespace fggl::util
#endif //FGGL_UTIL_SAFETY_H
#endif //FGGL_UTIL_SAFETY_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment