summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/Exception.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-09-03 14:42:10 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-09-03 14:42:10 +0200
commitc82f0a59f136fbeb8b66eabdc29e0e18b64d6717 (patch)
tree585ce7bf387885677d020463e446424598a34093 /cpp/src/FreezeScript/Exception.h
parentMerge branch 'encoding11' into mx (diff)
parentchanging data member mapping to use Ice.Optional in C# (diff)
downloadice-c82f0a59f136fbeb8b66eabdc29e0e18b64d6717.tar.bz2
ice-c82f0a59f136fbeb8b66eabdc29e0e18b64d6717.tar.xz
ice-c82f0a59f136fbeb8b66eabdc29e0e18b64d6717.zip
Merge remote-tracking branch 'origin/encoding11' into mx
Conflicts: cpp/src/IceGrid/Database.cpp
Diffstat (limited to 'cpp/src/FreezeScript/Exception.h')
-rw-r--r--cpp/src/FreezeScript/Exception.h2
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;