diff options
Diffstat (limited to 'cpp/src/FreezeScript/Exception.h')
-rw-r--r-- | cpp/src/FreezeScript/Exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/FreezeScript/Exception.h b/cpp/src/FreezeScript/Exception.h index 950dd40700c..cf937137c13 100644 --- a/cpp/src/FreezeScript/Exception.h +++ b/cpp/src/FreezeScript/Exception.h @@ -20,6 +20,7 @@ class FailureException : public IceUtil::Exception public: FailureException(const char*, int, const std::string&); + virtual ~FailureException() throw(); virtual std::string ice_name() const; virtual void ice_print(std::ostream&) const; virtual IceUtil::Exception* ice_clone() const; |