]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy copy constructor added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Dec 2001 11:21:37 +0000 (11:21 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Dec 2001 11:21:37 +0000 (11:21 +0000)
EVGEN/AliGenReaderTreeK.cxx

index 13d594442c4cf26dc62ea57e16b9b696d585859b..c56763903c262ff13f0f61567d750cc9a0b336d8 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2001/11/12 14:31:00  morsch
+Memory leaks fixed. (M. Bondila)
+
 Revision 1.1  2001/11/09 09:11:24  morsch
 Realisation of AliGenReader that reads the kine tree (TreeK).
 
@@ -44,6 +47,12 @@ AliGenReaderTreeK::AliGenReaderTreeK():AliGenReader()
     fTreeE          = 0;
 }
 
+AliGenReaderTreeK::AliGenReaderTreeK(const AliGenReaderTreeK &reader)
+{
+    ;
+}
+
+
 AliGenReaderTreeK::~AliGenReaderTreeK() 
 {
 // Destructor