Missing const spec.
authorScott Cantor <cantor.2@osu.edu>
Sat, 12 May 2007 01:08:31 +0000 (01:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 12 May 2007 01:08:31 +0000 (01:08 +0000)
xmltooling/encryption/impl/EncryptionImpl.cpp

index d5de5e4..ffabf41 100644 (file)
@@ -286,7 +286,7 @@ namespace xmlencryption {
         IMPL_STRING_ATTRIB(Target);
         IMPL_XMLOBJECT_CHILDREN(UnknownXMLObject, m_children.end());
 
-        void setAttribute(QName& qualifiedName, const XMLCh* value, bool ID=false) {
+        void setAttribute(const QName& qualifiedName, const XMLCh* value, bool ID=false) {
             if (!qualifiedName.hasNamespaceURI()) {
                 if (XMLString::equals(qualifiedName.getLocalPart(),ID_ATTRIB_NAME)) {
                     setId(value);