Stop defaulting in xercesc namespace.
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractXMLObject.h
index 576a7d0..1095988 100644 (file)
@@ -47,8 +47,8 @@ namespace xmltooling {
     public:
         virtual ~AbstractXMLObject() {
             delete m_typeQname;
-            XMLString::release(&m_schemaLocation);
-            XMLString::release(&m_noNamespaceSchemaLocation);
+            xercesc::XMLString::release(&m_schemaLocation);
+            xercesc::XMLString::release(&m_noNamespaceSchemaLocation);
         }
 
         void detach();