summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/FreezeScript/Parser.h')
-rw-r--r--cpp/src/FreezeScript/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/FreezeScript/Parser.h b/cpp/src/FreezeScript/Parser.h
index 397de172fac..e5c79800fb8 100644
--- a/cpp/src/FreezeScript/Parser.h
+++ b/cpp/src/FreezeScript/Parser.h
@@ -41,7 +41,7 @@ public:
virtual ~EvaluateException() throw();
virtual std::string ice_name() const;
virtual void ice_print(std::ostream&) const;
- virtual IceUtil::Exception* ice_clone() const;
+ virtual EvaluateException* ice_clone() const;
virtual void ice_throw() const;
std::string reason() const;