diff options
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index 790c52af2ad..83a2a086695 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -19,7 +19,7 @@ using namespace std; using namespace IceGrid; -pointer_to_unary_function<int, int> ObjectCache::_rand(IceUtilInternal::random); +pointer_to_unary_function<int, unsigned int> ObjectCache::_rand(IceUtilInternal::random); namespace IceGrid { |