Michele Caini 7 лет назад
Родитель
Сommit
0a03ddb8a7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/entt/core/ident.hpp

+ 1 - 1
src/entt/core/ident.hpp

@@ -30,7 +30,7 @@ struct Identifier final: Identifier<Types>... {
     {}
 
     template<typename Type>
-    constexpr std::size_t get() const  ENTT_NOEXCEPT {
+    constexpr std::size_t get() const ENTT_NOEXCEPT {
         return Identifier<std::decay_t<Type>>::get();
     }
 };