StateFile: make "path" const

This commit is contained in:
Max Kellermann 2014-08-24 13:00:30 +02:00
parent 9d04c21cc2
commit d383d617c2
1 changed files with 2 additions and 2 deletions

View File

@ -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;