summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp')
-rw-r--r--filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp b/filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp
index a8e7505cfed..52b05cd78be 100644
--- a/filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp
+++ b/filedistribution/src/vespa/filedistribution/manager/createtorrent.cpp
@@ -61,7 +61,7 @@ fileReferenceToString(const libtorrent::sha1_hash& fileReference) {
filedistribution::
CreateTorrent::
-CreateTorrent(const boost::filesystem::path& path)
+CreateTorrent(const Path& path)
:_path(path),
_entry(createEntry(_path))
{}