m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/brandes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/brandes.cc')
-rw-r--r--src/brandes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/brandes.cc b/src/brandes.cc
index 7c7d529..809ccd4 100644
--- a/src/brandes.cc
+++ b/src/brandes.cc
@@ -18,7 +18,7 @@ int main(int argc, char *argv[]) {
Parser parser(input_file);
- Graph graph = parser.get_graph();
+ const Graph &graph = parser.get_graph();
return 0;
}