diff options
Diffstat (limited to 'src/StateFile.cxx')
-rw-r--r-- | src/StateFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index ce812076c..7a427a6a9 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -33,7 +33,7 @@ static constexpr Domain state_file_domain("state_file"); -StateFile::StateFile(Path &&_path, +StateFile::StateFile(AllocatedPath &&_path, Partition &_partition, EventLoop &_loop) :TimeoutMonitor(_loop), path(std::move(_path)), path_utf8(path.ToUTF8()), |