X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=3efaf795b2ea985c57d69b91e40f3421c107bdfb;hp=02d4417c99e8af4bb95260e082e543b354bdccdb;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=519d0ccbe67d005a9c442795ce3b8255e78ca46d diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 02d4417c..3efaf795 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_DEVICE_INPUTFILE_HPP @@ -57,6 +56,7 @@ private: const std::map options_; std::shared_ptr input_; + std::ifstream *f; std::atomic interrupt_; };