diff --git a/include/boost/graph/visitors.hpp b/include/boost/graph/visitors.hpp index fa7aa045..ad6aeb85 100644 --- a/include/boost/graph/visitors.hpp +++ b/include/boost/graph/visitors.hpp @@ -292,9 +292,9 @@ namespace boost { inline property_put put_property (PropertyMap property_map, typename property_traits ::value_type value, - Tag tag) + EventTag tag) { - return property_put (property_map, value); + return property_put (property_map, value); } #define BOOST_GRAPH_EVENT_STUB(Event,Kind) \