X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=e6b57033a02720b31aac2e52dadda5d8262a563e;hb=2b2d10621d5cfd4502fa7a0500170412a5b67941;hp=02d4417c99e8af4bb95260e082e543b354bdccdb;hpb=519d0ccbe67d005a9c442795ce3b8255e78ca46d;p=pulseview.git 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_; };