Skip to content
Snippets Groups Projects
Commit 8b89d8b7 authored by Edward Moyse's avatar Edward Moyse
Browse files

We need to initialise the SoGenericBox (probably this worked before because it...

We need to initialise the SoGenericBox (probably this worked before because it was initialised somewhere else). Fix for ATLASVPONE-397


Former-commit-id: ea1a34b5
parent e35f4a60
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,9 @@ IParticleHandle_CaloCluster::IParticleHandle_CaloCluster(IParticleCollHandleBase
m_d->m_cluster = cluster;
m_d->sep = 0;
m_d->m_genericBox = 0;
//
SoGenericBox::initClass();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment