Browse Source

core: fix include guard

Michele Caini 1 year ago
parent
commit
59d5e59aa4
1 changed files with 2 additions and 2 deletions
  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