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