diff options
author | ZeroC Staff <git@zeroc.com> | 2007-12-21 16:01:29 -0500 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2007-12-21 16:01:29 -0500 |
commit | e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee (patch) | |
tree | 1a55bd36abebc1623769f8597c24ba1e96fb8732 /cpp/include/IceUtil/Random.h | |
parent | Fixed depend (diff) | |
download | ice-e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee.tar.bz2 ice-e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee.tar.xz ice-e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee.zip |
Windows / VC6 fixes
Diffstat (limited to 'cpp/include/IceUtil/Random.h')
-rw-r--r-- | cpp/include/IceUtil/Random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Random.h b/cpp/include/IceUtil/Random.h index 31111bc65d0..021b13bd1ea 100644 --- a/cpp/include/IceUtil/Random.h +++ b/cpp/include/IceUtil/Random.h @@ -23,7 +23,7 @@ public: RandomGeneratorException(const char*, int, int = 0); virtual std::string ice_name() const; virtual void ice_print(std::ostream&) const; - virtual Exception* ice_clone() const; + virtual IceUtil::Exception* ice_clone() const; virtual void ice_throw() const; int error() const; |