diff options
Diffstat (limited to 'payload_generator/graph_utils.cc')
-rw-r--r-- | payload_generator/graph_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_generator/graph_utils.cc b/payload_generator/graph_utils.cc index a0ce802d..dd0c8730 100644 --- a/payload_generator/graph_utils.cc +++ b/payload_generator/graph_utils.cc @@ -105,7 +105,7 @@ void DropIncomingEdgesTo(Graph* graph, Vertex::Index index) { } } -Extent GetElement(const std::vector<Extent>& collection, size_t index) { +Extent GetElement(const vector<Extent>& collection, size_t index) { return collection[index]; } Extent GetElement( |