소스 검색

Merge pull request #41880 from Yetizone/update_header_guard

mesh_library.h: Update header guard to reflect file name
Rémi Verschelde 5 년 전
부모
커밋
1e1a9be93e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      scene/resources/mesh_library.h

+ 3 - 3
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