Changeset 14448 for trunk/Mars/mreport
- Timestamp:
- 10/02/12 11:45:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mreport/MReportFileRead.h
r8963 r14448 41 41 42 42 protected: 43 ifstream*fIn; //! buffered input stream (file to read from)43 std::ifstream *fIn; //! buffered input stream (file to read from) 44 44 void SetVersion(Int_t v) { fVersion = v; } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.