add virtual destructor for IClassIDSvc
Compare changes
Files
2+ 1
− 1
@@ -3,7 +3,7 @@ gaudi_subdir(GaudiExamples v27r1)
gcc 6.2 dbg complains that it can't find the typeinfo for IClassIDSvc. need to define virtual destructor. Also need to add ROOT/libTreePlayer.so to linker for GaudiExamples (needed by MIReadAlg.cpp, and picked up via RootCnv/RootAddress.h)