summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/unittests/mockDevices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/daemon/unittests/mockDevices.cpp')
-rw-r--r--p2pvr/daemon/unittests/mockDevices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/daemon/unittests/mockDevices.cpp b/p2pvr/daemon/unittests/mockDevices.cpp
index 135664f..b374e20 100644
--- a/p2pvr/daemon/unittests/mockDevices.cpp
+++ b/p2pvr/daemon/unittests/mockDevices.cpp
@@ -11,7 +11,7 @@ namespace P2PVR {
}
TunerPtr
- MockDevices::openTuner(const boost::filesystem::path & path) const
+ MockDevices::openTuner(const std::filesystem::path & path) const
{
return std::make_shared<P2PVR::DVB::Testing::MockTuner>(path, ic);
}