Michele Caini 8 years ago
parent
commit
dd1524b245
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/registry.hpp

+ 1 - 1
src/registry.hpp

@@ -131,7 +131,7 @@ private:
 };
 
 
-    template<template<typename...> class Pool, typename Entity, typename... Components, typename Type>
+template<template<typename...> class Pool, typename Entity, typename... Components, typename Type>
 class View<Pool<Entity, Components...>, Type> final {
     using pool_type = Pool<Entity, Components...>;
     using entity_type = typename pool_type::entity_type;