diff options
Diffstat (limited to 'p2pvr/devices/mockTuner.h')
-rw-r--r-- | p2pvr/devices/mockTuner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/devices/mockTuner.h b/p2pvr/devices/mockTuner.h index 2277deb..ec73d25 100644 --- a/p2pvr/devices/mockTuner.h +++ b/p2pvr/devices/mockTuner.h @@ -14,7 +14,7 @@ namespace DVB { namespace Testing { class DLL_PUBLIC MockTuner : public DVB::TunerI, MockData { public: - MockTuner(const boost::filesystem::path & deviceFrontend, Ice::CommunicatorPtr); + MockTuner(const std::filesystem::path & deviceFrontend, Ice::CommunicatorPtr); AdHoc::FileUtils::FileHandle OpenDemux() const override; void RequestPID(int, int) const override; |