[Scummvm-cvs-logs] SF.net SVN: scummvm:[50597] tools/branches/gsoc2010-decompiler/decompiler/ graph.h
pidgeot at users.sourceforge.net
pidgeot at users.sourceforge.net
Fri Jul 2 16:29:51 CEST 2010
Revision: 50597
http://scummvm.svn.sourceforge.net/scummvm/?rev=50597&view=rev
Author: pidgeot
Date: 2010-07-02 14:29:50 +0000 (Fri, 02 Jul 2010)
Log Message:
-----------
Disallow duplicate edges in code flow graph
Modified Paths:
--------------
tools/branches/gsoc2010-decompiler/decompiler/graph.h
Modified: tools/branches/gsoc2010-decompiler/decompiler/graph.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/graph.h 2010-07-02 10:38:42 UTC (rev 50596)
+++ tools/branches/gsoc2010-decompiler/decompiler/graph.h 2010-07-02 14:29:50 UTC (rev 50597)
@@ -128,7 +128,7 @@
/**
* Type used for the code flow graph.
*/
-typedef boost::adjacency_list<boost::vecS, boost::listS, boost::bidirectionalS, GraphProperty> Graph;
+typedef boost::adjacency_list<boost::setS, boost::listS, boost::bidirectionalS, GraphProperty> Graph;
/**
* Type representing a vertex in the graph.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list