diff options
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; |