]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrested data members initialization in ctor
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 16:05:49 +0000 (16:05 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 16:05:49 +0000 (16:05 +0000)
MUON/AliMUONGeometryDetElement.cxx

index 75fbadffbd47e71937ae9f515a9625493425a116..c4c7e2ed466f3b24cc2e1717c0c8f26a026e5212 100644 (file)
@@ -57,6 +57,7 @@ AliMUONGeometryDetElement::AliMUONGeometryDetElement(
 //______________________________________________________________________________
 AliMUONGeometryDetElement::AliMUONGeometryDetElement()
  : TObject(),
+   fDEName(),
    fVolumePath(),
    fLocalTransformation(0),
    fGlobalTransformation(0)