diff options
author | Yetizone <andreii.lisita@gmail.com> | 2020-09-08 15:12:31 +0300 |
---|---|---|
committer | Yetizone <andreii.lisita@gmail.com> | 2020-09-08 15:12:31 +0300 |
commit | 701493ab33bf927574e07d2705376076d1d3a815 (patch) | |
tree | 695f42aa2730f060ab2b928fdfdbac8f4e3e15b1 /scene/resources | |
parent | af00bb998ec505cea841b508462851576a3bec05 (diff) |
mesh_library.h: Update header guard to reflect file name
Diffstat (limited to 'scene/resources')
-rw-r--r-- | scene/resources/mesh_library.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/resources/mesh_library.h b/scene/resources/mesh_library.h index 7b78398669..450e2c16e3 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 |