summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/CtrlCHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/CtrlCHandler.h')
-rw-r--r--cpp/include/IceUtil/CtrlCHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/CtrlCHandler.h b/cpp/include/IceUtil/CtrlCHandler.h
index 6614b601c58..24d2012df33 100644
--- a/cpp/include/IceUtil/CtrlCHandler.h
+++ b/cpp/include/IceUtil/CtrlCHandler.h
@@ -60,7 +60,7 @@ public:
CtrlCHandlerException(const char*, int);
virtual std::string ice_name() const;
- virtual Exception* ice_clone() const;
+ virtual CtrlCHandlerException* ice_clone() const;
virtual void ice_throw() const;
};