diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-07 17:08:13 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-07 17:08:13 +0000 |
commit | 5d30e6fdfc9942b6281506dfe8c5e6cca726057f (patch) | |
tree | 6d93f6adb669a23249370c5e48e1e5ac3152e38e /cppe/include/IceE/ExceptionBase.h | |
parent | Updating FSF address in license files (diff) | |
download | ice-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.h | 2 |
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: |