1
0
Fork 0

Merge pull request #41880 from Yetizone/update_header_guard

mesh_library.h: Update header guard to reflect file name
This commit is contained in:
Rémi Verschelde 2020-09-08 14:44:00 +02:00 committed by GitHub
commit 1e1a9be93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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