Commit d383d617 authored by Max Kellermann's avatar Max Kellermann

StateFile: make "path" const

parent 9d04c21c
...@@ -31,8 +31,8 @@ class OutputStream; ...@@ -31,8 +31,8 @@ class OutputStream;
class BufferedOutputStream; class BufferedOutputStream;
class StateFile final : private TimeoutMonitor { class StateFile final : private TimeoutMonitor {
AllocatedPath path; const AllocatedPath path;
std::string path_utf8; const std::string path_utf8;
Partition &partition; 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