diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-09 16:37:33 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-09 16:37:33 +0000 |
commit | 87c0f212870119d16f617920186db8d8cdbaacce (patch) | |
tree | 1980eff298c3bd35f71f67421f6d0bda4ce634ec /cpp/src/FreezeScript/Parser.h | |
parent | Back out last change (diff) | |
download | ice-87c0f212870119d16f617920186db8d8cdbaacce.tar.bz2 ice-87c0f212870119d16f617920186db8d8cdbaacce.tar.xz ice-87c0f212870119d16f617920186db8d8cdbaacce.zip |
Readded previous change
Diffstat (limited to 'cpp/src/FreezeScript/Parser.h')
-rw-r--r-- | cpp/src/FreezeScript/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/FreezeScript/Parser.h b/cpp/src/FreezeScript/Parser.h index 33a24a845d6..3563d5a2548 100644 --- a/cpp/src/FreezeScript/Parser.h +++ b/cpp/src/FreezeScript/Parser.h @@ -39,6 +39,7 @@ class EvaluateException : public IceUtil::Exception public: EvaluateException(const char*, int, const std::string&); + virtual ~EvaluateException() throw(); virtual std::string ice_name() const; virtual void ice_print(std::ostream&) const; virtual IceUtil::Exception* ice_clone() const; |