X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Futil%2FXMLObjectChildrenList.h;h=df6b86069e59ba9f989f33f9a0e9323633e22cc6;hb=e197f07e3343cca8e532a8f1f049c7112a318f0e;hp=69fd5991f9ecdaa503a9b0edbda17a8638a80038;hpb=2482125475ee92bd513b641dd86fd96a22dcaeda;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/util/XMLObjectChildrenList.h b/xmltooling/util/XMLObjectChildrenList.h index 69fd599..df6b860 100644 --- a/xmltooling/util/XMLObjectChildrenList.h +++ b/xmltooling/util/XMLObjectChildrenList.h @@ -110,7 +110,7 @@ namespace xmltooling { } const_reference operator->() const { - return *(m_iter.operator->()); + return *m_iter; } XMLObjectChildrenIterator& operator++() {