From 3f6247914f665a141bec4a5091b1935a22ac94ef Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Tue, 8 Sep 2009 15:56:07 -0230 Subject: Bug 3459 - use rand_s on windows for random number generation --- cpp/src/IceGrid/ObjectCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/ObjectCache.cpp') 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 ObjectCache::_rand(IceUtilInternal::random); +pointer_to_unary_function ObjectCache::_rand(IceUtilInternal::random); namespace IceGrid { -- cgit v1.2.3