Browse Source

resource: fixed typo

Michele Caini 3 years ago
parent
commit
7204840a8a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/resource/loader.hpp

+ 2 - 2
src/entt/resource/loader.hpp

@@ -1,5 +1,5 @@
-#ifndef ENTT_RESOURCE_LOADEr_HPP
-#define ENTT_RESOURCE_LOADEr_HPP
+#ifndef ENTT_RESOURCE_LOADER_HPP
+#define ENTT_RESOURCE_LOADER_HPP
 
 #include <memory>
 #include <utility>