diff --git a/src/erhic/EventFactory.cxx b/src/erhic/EventFactory.cxx index 6df6475..b3b6cab 100644 --- a/src/erhic/EventFactory.cxx +++ b/src/erhic/EventFactory.cxx @@ -202,6 +202,8 @@ namespace erhic { } } + // Explicitly needed by gcc to not optimize it away and bug out + template Int_t EventFromAsciiFactory::FinishEvent(); } // namespace erhic