mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
No need for a bidirectional graph.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user