aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/gnump/gmp_mem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/gnump/gmp_mem.cpp')
-rw-r--r--src/engine/gnump/gmp_mem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/gnump/gmp_mem.cpp b/src/engine/gnump/gmp_mem.cpp
index f3650e716..7cf11654d 100644
--- a/src/engine/gnump/gmp_mem.cpp
+++ b/src/engine/gnump/gmp_mem.cpp
@@ -17,7 +17,7 @@ namespace {
* Allocator used by GNU MP
*/
Allocator* gmp_alloc = 0;
-u32bit gmp_alloc_refcnt = 0;
+size_t gmp_alloc_refcnt = 0;
/*
* Allocation Function for GNU MP