Skip to content
Snippets Groups Projects

Allow as input ROOT file from ZIP archives

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:fix_cbmplutogenerator into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 35c16a8f
    Fix problem with generated dictionary · 35c16a8f
    Administrator authored
    Add newline at end of file. Before rootcling create a Dictionary which
    contained a line '#endif#ifdef' which was unusable at runtime. The problem
    was never found since the file CbmMediaList.h was the last one in the list.
    It was only found after a new file was added to the list.
+ 1
1
@@ -44,4 +44,4 @@ private:
ClassDef(CbmMediaList, 1)
};
#endif
\ No newline at end of file
#endif
Loading