From 142b0835bf955cecfe48805012e0a1771a196903 Mon Sep 17 00:00:00 2001 From: tivek Date: Sat, 25 Oct 2014 21:51:30 +0200 Subject: fix typo --- entityx/Entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entityx/Entity.h b/entityx/Entity.h index ef9b7be..e1e4910 100644 --- a/entityx/Entity.h +++ b/entityx/Entity.h @@ -35,7 +35,7 @@ namespace entityx { typedef std::uint32_t uint32_t; -typedef std::uint64_t uint32_t; +typedef std::uint64_t uint64_t; class EntityManager; -- cgit v1.2.3