summaryrefslogtreecommitdiff
path: root/src/fs/io/TextFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/io/TextFile.hxx')
-rw-r--r--src/fs/io/TextFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/io/TextFile.hxx b/src/fs/io/TextFile.hxx
index b53367e5b..10cc8aabd 100644
--- a/src/fs/io/TextFile.hxx
+++ b/src/fs/io/TextFile.hxx
@@ -38,7 +38,7 @@ class TextFile {
BufferedReader *const buffered_reader;
public:
- TextFile(Path path_fs);
+ explicit TextFile(Path path_fs);
TextFile(const TextFile &other) = delete;