summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinDarth <borzifrancesco@gmail.com>2016-08-06 19:26:03 +0200
committerShinDarth <borzifrancesco@gmail.com>2016-08-06 19:26:03 +0200
commitb96f058c175657aa85047f4200196bdd952c9888 (patch)
treeab8e2ef5108deca5174fe69dd8e2c7cfb9f1cf9e
parent16baf121f1e6c2081a4bf48be8cfedd73bfc038f (diff)
Fix clang build
-rw-r--r--modules/dep/recastnavigation/Detour/DetourNavMesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dep/recastnavigation/Detour/DetourNavMesh.h b/modules/dep/recastnavigation/Detour/DetourNavMesh.h
index 52d2c505ec..fb882929f4 100644
--- a/modules/dep/recastnavigation/Detour/DetourNavMesh.h
+++ b/modules/dep/recastnavigation/Detour/DetourNavMesh.h
@@ -30,7 +30,7 @@
#include <linux/types.h>
#endif
#endif
- typedef uint64_t uint64;
+ typedef unsigned long uint64;
#endif
// Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.