aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/StateFile.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StateFile.hxx b/src/StateFile.hxx
index 609651c92..4bacb3449 100644
--- a/src/StateFile.hxx
+++ b/src/StateFile.hxx
@@ -31,8 +31,8 @@ class OutputStream;
class BufferedOutputStream;
class StateFile final : private TimeoutMonitor {
- AllocatedPath path;
- std::string path_utf8;
+ const AllocatedPath path;
+ const std::string path_utf8;
Partition &partition;