From 701493ab33bf927574e07d2705376076d1d3a815 Mon Sep 17 00:00:00 2001 From: Yetizone Date: Tue, 8 Sep 2020 15:12:31 +0300 Subject: [PATCH] mesh_library.h: Update header guard to reflect file name --- scene/resources/mesh_library.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scene/resources/mesh_library.h b/scene/resources/mesh_library.h index 7b783986699..450e2c16e3b 100644 --- a/scene/resources/mesh_library.h +++ b/scene/resources/mesh_library.h @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef GRID_THEME_H -#define GRID_THEME_H +#ifndef MESH_LIBRARY_H +#define MESH_LIBRARY_H #include "core/map.h" #include "core/resource.h" @@ -96,4 +96,4 @@ public: ~MeshLibrary(); }; -#endif // CUBE_GRID_THEME_H +#endif // MESH_LIBRARY_H