No need for a bidirectional graph.

This commit is contained in:
WrinklyNinja
2014-08-29 12:54:39 +01:00
parent a87f32fc85
commit 1f4d5e4345
+1 -1
View File
@@ -34,7 +34,7 @@
namespace loot {
typedef boost::adjacency_list<boost::listS, boost::listS, boost::bidirectionalS, loot::Plugin> PluginGraph;
typedef boost::adjacency_list<boost::listS, boost::listS, boost::directedS, loot::Plugin> PluginGraph;
typedef boost::graph_traits<PluginGraph>::vertex_descriptor vertex_t;
typedef boost::graph_traits<PluginGraph>::vertex_iterator vertex_it;
typedef boost::graph_traits<PluginGraph>::edge_descriptor edge_t;