Commit d383d617 authored by Max Kellermann's avatar Max Kellermann

StateFile: make "path" const

parent 9d04c21c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment