Changeset 11433


Ignore:
Timestamp:
07/18/11 09:31:05 (13 years ago)
Author:
tbretz
Message:
There is no need to make the derivative from istream virtual.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MZlib.h

    r11424 r11433  
    33
    44#ifndef ROOT_TObject
    5 #include <TObject.h>
     5#include <TObject.h> // Needed for ClassDef
    66#endif
    77
     
    1212#endif
    1313
    14 #include <iostream>  // base classes for MLog
    15 #include <fstream>
     14#include <istream>  // base classes for MLog
    1615
    17 class MZlib : public std::streambuf, virtual public std::istream, public TObject
     16class MZlib : public std::streambuf, public std::istream
    1817{
    1918private:
Note: See TracChangeset for help on using the changeset viewer.