diff options
Diffstat (limited to '2016/src/day04.cpp')
| -rw-r--r-- | 2016/src/day04.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2016/src/day04.cpp b/2016/src/day04.cpp index 713b16f..e4c292b 100644 --- a/2016/src/day04.cpp +++ b/2016/src/day04.cpp | |||
| @@ -17,7 +17,7 @@ split(const string& line, const regex& sep) | |||
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | vector<tuple<vector<string>, long, string>> | 19 | vector<tuple<vector<string>, long, string>> |
| 20 | read_file(string_view filename) | 20 | read_file(const string& filename) |
| 21 | { | 21 | { |
| 22 | fstream input{ filename }; | 22 | fstream input{ filename }; |
| 23 | 23 | ||
