summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceXML/Parser.cpp')
-rw-r--r--cpp/src/IceXML/Parser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceXML/Parser.cpp b/cpp/src/IceXML/Parser.cpp
index 828e668f199..c79bf1de3de 100644
--- a/cpp/src/IceXML/Parser.cpp
+++ b/cpp/src/IceXML/Parser.cpp
@@ -28,6 +28,10 @@ IceXML::ParserException::ParserException(const char* file, int line, const strin
{
}
+IceXML::ParserException::~ParserException() throw()
+{
+}
+
const char* IceXML::ParserException::_name = "IceXML::ParserException";
string