aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--entityx/Entity.h2
1 files changed, 1 insertions, 1 deletions
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;