diff options
Diffstat (limited to 'zenxml/bind.h')
-rw-r--r-- | zenxml/bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenxml/bind.h b/zenxml/bind.h index b297b607..b679af40 100644 --- a/zenxml/bind.h +++ b/zenxml/bind.h @@ -195,7 +195,7 @@ public: { auto iterPair = refList[refIndex]->getChildren(name); std::for_each(iterPair.first, iterPair.second, - [&](const XmlElement & child) { childList.push_back(&child); }); + [&](const XmlElement& child) { childList.push_back(&child); }); } return XmlIn(childList, childList.empty() ? getChildNameFormatted(name) : std::string(), log); |