summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceXML/Parser.h')
-rw-r--r--cpp/src/IceXML/Parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceXML/Parser.h b/cpp/src/IceXML/Parser.h
index b44b3cac897..d6c7c43331d 100644
--- a/cpp/src/IceXML/Parser.h
+++ b/cpp/src/IceXML/Parser.h
@@ -42,7 +42,7 @@
namespace IceXML
{
-class ICE_XML_API ParserException : public IceUtil::Exception
+class ICE_XML_API ParserException : public IceUtil::ExceptionHelper<ParserException>
{
public:
@@ -57,7 +57,6 @@ public:
#ifndef ICE_CPP11_MAPPING
virtual ParserException* ice_clone() const;
#endif
- virtual void ice_throw() const;
std::string reason() const;