1
0
Fork 0

BRIDGE: const ToGraphList

This commit is contained in:
Mr. eXoDia 2016-07-16 19:39:39 +02:00
parent 1997c2f2d8
commit 53f4a73b84
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ struct BridgeCFGraph
found->second.insert(parent);
}
BridgeCFGraphList ToGraphList()
BridgeCFGraphList ToGraphList() const
{
BridgeCFGraphList out;
out.entryPoint = entryPoint;