Changeset 19271 for trunk/Mars/mbase


Ignore:
Timestamp:
10/22/18 21:10:46 (6 years ago)
Author:
tbretz
Message:
This is based on some warning I get with root 6 during run-time. I am not sure that this will work reliably... it needs debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MParContainer.cc

    r12858 r19271  
    114114MParContainer::~MParContainer()
    115115{
     116#ifdef ROOT_VERSION_CODE >= ROOT_VERSION(6,00,00)
     117    ROOT::CallRecursiveRemoveIfNeeded(*this);
     118#endif
     119
    116120#ifdef DEBUG
    117121    if (fName.IsNull() || fName==(TString)"MTime")
Note: See TracChangeset for help on using the changeset viewer.