process/photon_lepton/src/G4ParametrizedHadronocVertex.cc do not compile. This is due to the fact that the first argument of ApplyYourself is declared const : const G4Nucleus& theTarget and it is given as an argument to a non-const method. The this argument should be declared : G4Nucleus& theTarget
Fixed and tagged as photolepton_hadron-00-01-00