summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/ExceptionBase.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-07 17:08:13 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-07 17:08:13 +0000
commit5d30e6fdfc9942b6281506dfe8c5e6cca726057f (patch)
tree6d93f6adb669a23249370c5e48e1e5ac3152e38e /cppe/include/IceE/ExceptionBase.h
parentUpdating FSF address in license files (diff)
downloadice-5d30e6fdfc9942b6281506dfe8c5e6cca726057f.tar.bz2
ice-5d30e6fdfc9942b6281506dfe8c5e6cca726057f.tar.xz
ice-5d30e6fdfc9942b6281506dfe8c5e6cca726057f.zip
Bug 1309 - inherit from std::exception
Diffstat (limited to 'cppe/include/IceE/ExceptionBase.h')
-rw-r--r--cppe/include/IceE/ExceptionBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/ExceptionBase.h b/cppe/include/IceE/ExceptionBase.h
index 1b821fd434f..c29792066fc 100644
--- a/cppe/include/IceE/ExceptionBase.h
+++ b/cppe/include/IceE/ExceptionBase.h
@@ -15,7 +15,7 @@
namespace IceUtil
{
-class ICE_API Exception
+class ICE_API Exception : public std::exception
{
public: