DefaultPrototype depends on DefaultRegistry now

This commit is contained in:
Michele Caini
2018-06-06 14:39:56 +02:00
parent 73badef594
commit bdc7bbdc9d

View File

@@ -493,7 +493,7 @@ private:
* applications.<br/>
* Users should have a really good reason to choose something different.
*/
using DefaultPrototype = Prototype<std::uint32_t>;
using DefaultPrototype = Prototype<DefaultRegistry::entity_type>;
}