diff options
Diffstat (limited to 'p2pvr/devices/devices.cpp')
-rw-r--r-- | p2pvr/devices/devices.cpp | 2 |
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); } |