From 94c32ea943f372efdf974c7c3ef9e829b7b6ddf7 Mon Sep 17 00:00:00 2001 From: vl Date: Mon, 19 Jul 2010 11:36:41 +0200 Subject: [PATCH] Changed: sint64 into uint64 to compile on old gcc --- code/ryzom/client/src/fx_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/fx_manager.h b/code/ryzom/client/src/fx_manager.h index 9a9400d56..9bb05c947 100644 --- a/code/ryzom/client/src/fx_manager.h +++ b/code/ryzom/client/src/fx_manager.h @@ -96,7 +96,7 @@ protected: float TimeOut; }; - CHashMultiMap _DeferredFXByDate; + CHashMultiMap _DeferredFXByDate; };