StateFile: make "path" const
This commit is contained in:
parent
9d04c21cc2
commit
d383d617c2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue