aboutsummaryrefslogtreecommitdiffstats
path: root/src/TextFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextFile.hxx')
-rw-r--r--src/TextFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextFile.hxx b/src/TextFile.hxx
index 3d031a1f6..4291f2639 100644
--- a/src/TextFile.hxx
+++ b/src/TextFile.hxx
@@ -36,7 +36,7 @@ class TextFile {
GString *const buffer;
public:
- TextFile(const Path &path_fs);
+ TextFile(Path path_fs);
TextFile(const TextFile &other) = delete;