diff --git a/src/musrRootValidation.cpp b/src/musrRootValidation.cpp index 24a1151d..cdd169fb 100644 --- a/src/musrRootValidation.cpp +++ b/src/musrRootValidation.cpp @@ -8,7 +8,7 @@ ***************************************************************************/ /*************************************************************************** - * Copyright (C) 2007-2020 by Andreas Suter * + * Copyright (C) 2007-2021 by Andreas Suter * * andreas.suter@psi.ch * * * * This program is free software; you can redistribute it and/or modify * @@ -429,7 +429,7 @@ void PMusrRoot2Xml::CheckClass(TObject *obj, TString str, UInt_t offset) offset += 2; str = offsetStr + "<" + entryTag + ">"; fXmlData.push_back(str.Data()); - DumpEntry(dynamic_cast(obj), offset); + DumpEntry(dynamic_cast(obj), offset); str = offsetStr + ""; fXmlData.push_back(str.Data()); }