Changeset 14448 for trunk/Mars/mreport


Ignore:
Timestamp:
10/02/12 11:45:31 (12 years ago)
Author:
tbretz
Message:
Added some missing std::
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mreport/MReportFileRead.h

    r8963 r14448  
    4141
    4242protected:
    43     ifstream  *fIn;         //! buffered input stream (file to read from)
     43    std::ifstream *fIn;         //! buffered input stream (file to read from)
    4444    void SetVersion(Int_t v) { fVersion = v; }
    4545
Note: See TracChangeset for help on using the changeset viewer.