m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 3f86eec..ec86302 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -15,7 +15,7 @@ public:
}
}
- Graph get_graph() {
+ const Graph & get_graph() {
return graph_;
}
private: