From 6ea27c2fc2478cea6a42bad30e746f7ebf9c69af Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 12 May 2016 10:21:51 -0400 Subject: Renamed ICE_UTIL_API to ICE_API and other cleanups --- cpp/include/IceUtil/Random.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/include/IceUtil/Random.h') diff --git a/cpp/include/IceUtil/Random.h b/cpp/include/IceUtil/Random.h index ee562df75e1..51425808cc6 100644 --- a/cpp/include/IceUtil/Random.h +++ b/cpp/include/IceUtil/Random.h @@ -16,8 +16,8 @@ namespace IceUtilInternal { -ICE_UTIL_API void generateRandom(char*, size_t); -ICE_UTIL_API unsigned int random(int = 0); +ICE_API void generateRandom(char*, size_t); +ICE_API unsigned int random(int = 0); } -- cgit v1.2.3