diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:09 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:09 +0200 |
commit | 110fc5dee14fc7988f631a158e50d283446aba7a (patch) | |
tree | 7c19dfd3bdb8c4636409ec80a38c70499ac006db /zenxml/bind.h | |
parent | 5.14 (diff) | |
download | FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.tar.gz FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.tar.bz2 FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.zip |
5.15
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); |