Explorar el Código

core: fix include guard

Michele Caini hace 2 años
padre
commit
59d5e59aa4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/entt/core/ranges.hpp

+ 2 - 2
src/entt/core/ranges.hpp

@@ -1,5 +1,5 @@
-#ifndef ENTT_ENTITY_RANGES_HPP
-#define ENTT_ENTITY_RANGES_HPP
+#ifndef ENTT_CORE_RANGES_HPP
+#define ENTT_CORE_RANGES_HPP
 
 
 #if __cplusplus >= 202002L
 #if __cplusplus >= 202002L