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

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MWriteAsciiFile.h

    r4694 r14447  
    1414{
    1515private:
    16     ofstream *fOut;    //! ascii file
     16    std::ofstream *fOut; //! ascii file
    1717
    18     TString fNameFile;  // name of the ascii file
     18    TString fNameFile;   // name of the ascii file
    1919
    20     TObjArray fList;    // list of rules and containers to be written
    21     TObjArray fAutoDel; //! List of object to be deleted in the destructor
     20    TObjArray fList;     // list of rules and containers to be written
     21    TObjArray fAutoDel;  //! List of object to be deleted in the destructor
    2222
    2323    virtual Bool_t CheckAndWrite();
Note: See TracChangeset for help on using the changeset viewer.