diff options
Diffstat (limited to 'cpp/include/IceUtil/Random.h')
-rw-r--r-- | cpp/include/IceUtil/Random.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/Random.h b/cpp/include/IceUtil/Random.h index 2a8fe4972d9..31111bc65d0 100644 --- a/cpp/include/IceUtil/Random.h +++ b/cpp/include/IceUtil/Random.h @@ -13,10 +13,10 @@ #include <IceUtil/Config.h> #include <IceUtil/Exception.h> -namespace IceUtil +namespace IceUtilInternal { -class ICE_UTIL_API RandomGeneratorException : public Exception +class ICE_UTIL_API RandomGeneratorException : public IceUtil::Exception { public: |