More boostisms
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractXMLObject.h
index 946b167..49a0bbf 100644 (file)
@@ -190,7 +190,7 @@ namespace xmltooling {
     private:
         XMLObject* m_parent;
         QName m_elementQname;
-        QName* m_typeQname;
+        std::auto_ptr<QName> m_typeQname;
     };
 
 };