X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=e6b57033a02720b31aac2e52dadda5d8262a563e;hp=02d4417c99e8af4bb95260e082e543b354bdccdb;hb=cda515676ce6c2fa81e1cecacba3ea26ec2ee50e;hpb=519d0ccbe67d005a9c442795ce3b8255e78ca46d diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 02d4417c..e6b57033 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -57,6 +57,7 @@ private: const std::map options_; std::shared_ptr input_; + std::ifstream *f; std::atomic interrupt_; };