summaryrefslogtreecommitdiff
path: root/p2pvr/devices/devices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/devices/devices.cpp')
-rw-r--r--p2pvr/devices/devices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/devices/devices.cpp b/p2pvr/devices/devices.cpp
index 4e7bb09..2906c64 100644
--- a/p2pvr/devices/devices.cpp
+++ b/p2pvr/devices/devices.cpp
@@ -114,7 +114,7 @@ DevicesI::getTuner(const DeliveryProvider & provider)
}
TunerPtr
-DevicesI::openTuner(const boost::filesystem::path & path) const
+DevicesI::openTuner(const std::filesystem::path & path) const
{
return std::make_shared<DVB::TunerI>(path);
}