X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=588ccdf243e39c87ca52583678249b17cb42167e;hp=55688fd453394f4bd00980a75456fbc76b26f918;hb=dd3fd4df34d129c83f7f5d80ff1e8b998beca63d;hpb=5237f0c50352b523c6a0c3d7f931081ecdbdecaa diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 55688fd..588ccdf 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -25,12 +25,12 @@ #include -#include "device.hpp" +#include "file.hpp" namespace pv { namespace devices { -class InputFile final : public Device +class InputFile final : public File { private: static const std::streamsize BufferSize; @@ -52,7 +52,6 @@ public: private: const std::shared_ptr context_; const std::shared_ptr input_; - const std::string file_name_; std::atomic interrupt_; };