Workaround for VS10 Bug/Remove superfluous class qualification

This commit is contained in:
Thomas Geymayer
2012-11-09 10:36:42 +01:00
parent 45ac5cb2fa
commit 4efcda534d

View File

@@ -222,7 +222,7 @@ namespace canvas
(
_children.begin(),
_children.end(),
boost::bind(&Group::ChildList::value_type::first, _1) == node
boost::bind(&ChildList::value_type::first, _1) == node
);
}