aboutsummaryrefslogtreecommitdiff
path: root/2016/src/day09.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2016/src/day09.cpp')
-rw-r--r--2016/src/day09.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/2016/src/day09.cpp b/2016/src/day09.cpp
index 10bf640..825fb05 100644
--- a/2016/src/day09.cpp
+++ b/2016/src/day09.cpp
@@ -4,7 +4,7 @@
4using namespace std; 4using namespace std;
5 5
6string 6string
7read_file(string_view filename) 7read_file(const string& filename)
8{ 8{
9 fstream input{ filename }; 9 fstream input{ filename };
10 string line; 10 string line;