diff --git a/include/boost/graph/filtered_graph.hpp b/include/boost/graph/filtered_graph.hpp index 538536d7..4c5f1783 100644 --- a/include/boost/graph/filtered_graph.hpp +++ b/include/boost/graph/filtered_graph.hpp @@ -221,14 +221,14 @@ namespace boost { template - class vertex_property_type > { + struct vertex_property_type > { typedef typename vertex_property_type::type type; }; template - class edge_property_type > { + struct edge_property_type > { typedef typename edge_property_type::type type; };