diff options
Diffstat (limited to 'cpp/src/FreezeScript/Exception.h')
-rw-r--r-- | cpp/src/FreezeScript/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/FreezeScript/Exception.h b/cpp/src/FreezeScript/Exception.h index 3d19ec8e2dc..b5f5e8c8c2c 100644 --- a/cpp/src/FreezeScript/Exception.h +++ b/cpp/src/FreezeScript/Exception.h @@ -22,7 +22,7 @@ public: virtual ~FailureException() throw(); virtual std::string ice_name() const; virtual void ice_print(std::ostream&) const; - virtual IceUtil::Exception* ice_clone() const; + virtual FailureException* ice_clone() const; virtual void ice_throw() const; std::string reason() const; |