summaryrefslogtreecommitdiff
path: root/ACEXML/common/XMLFilterImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/XMLFilterImpl.cpp')
-rw-r--r--ACEXML/common/XMLFilterImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACEXML/common/XMLFilterImpl.cpp b/ACEXML/common/XMLFilterImpl.cpp
index 7fa1147237a..e577ee748ce 100644
--- a/ACEXML/common/XMLFilterImpl.cpp
+++ b/ACEXML/common/XMLFilterImpl.cpp
@@ -38,7 +38,7 @@ ACEXML_XMLFilterImpl::parse (ACEXML_InputSource *input,
{
if (this->setupParser () < 0)
{
- xmlenv.exception (new ACEXML_SAXException ("No Parent available"));
+ xmlenv.exception (new ACEXML_SAXException (ACE_LIB_TEXT ("No Parent available")));
return;
}
this->parent_->parse (input, xmlenv);
@@ -52,7 +52,7 @@ ACEXML_XMLFilterImpl::parse (const ACEXML_Char *systemId,
{
if (this->setupParser () < 0)
{
- xmlenv.exception (new ACEXML_SAXException ("No Parent available"));
+ xmlenv.exception (new ACEXML_SAXException (ACE_LIB_TEXT ("No Parent available")));
return;
}