Changeset 20095 for trunk/Mars/mextralgo


Ignore:
Timestamp:
05/07/21 12:35:29 (4 years ago)
Author:
tbretz
Message:
Oh great master of the root universe, thanks for you namepace polution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mextralgo/MExtralgoSpline.h

    r17879 r20095  
    55#include <TMath.h>
    66#endif
     7#ifndef ROOT_TObject
     8#include <TObject.h> // root 6.24
     9#endif
    710
    811class MArrayF;
     
    1215{
    1316private:
     17#pragma GCC diagnostic push
     18#pragma GCC diagnostic ignored "-Wshadow"
    1419    enum
    1520    {
     
    2025        kFixedWidth = BIT(4),
    2126    };
     27#pragma GCC diagnostic pop
    2228public: 
    2329    enum ExtractionType_t
Note: See TracChangeset for help on using the changeset viewer.