]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Solved warning.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 May 2004 14:34:02 +0000 (14:34 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 May 2004 14:34:02 +0000 (14:34 +0000)
HLT/src/AliL3VertexFinder.h

index 1851c47f94b79e190e66e38413c086fb2eb14542..5f504d29a4ec6b4a8d34d63cb4f0c02fad4836ef 100644 (file)
@@ -25,7 +25,8 @@ class AliL3VertexFinder:public AliL3VertexArray{
 
   public:
     AliL3VertexFinder(); 
-    AliL3VertexFinder(AliL3VertexFinder&){;}
+    AliL3VertexFinder(AliL3VertexFinder &vf) : AliL3VertexArray(vf)
+      {;}
     virtual ~AliL3VertexFinder();
 
     void Reset();