2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 20:02:12 +00:00

Fixed typo

[SVN r60197]
This commit is contained in:
Jeremiah Willcock
2010-03-05 18:13:48 +00:00
parent 5e3a6a954a
commit 63bca89427

View File

@@ -292,9 +292,9 @@ namespace boost {
inline property_put <PropertyMap, EventTag>
put_property (PropertyMap property_map,
typename property_traits <PropertyMap>::value_type value,
Tag tag)
EventTag tag)
{
return property_put <PropertyMap, Tag> (property_map, value);
return property_put <PropertyMap, EventTag> (property_map, value);
}
#define BOOST_GRAPH_EVENT_STUB(Event,Kind) \