git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Asignment operator implemented (P.Skowronski)
[u/mrichter/AliRoot.git]
/
EVGEN
/
AliGenReaderTreeK.h
diff --git
a/EVGEN/AliGenReaderTreeK.h
b/EVGEN/AliGenReaderTreeK.h
index bbe0a65befb304a5b3790ebcbcb59e742b53642e..29f3df06a2e31546c1c3df530ab62979795350c8 100644
(file)
--- a/
EVGEN/AliGenReaderTreeK.h
+++ b/
EVGEN/AliGenReaderTreeK.h
@@
-23,7
+23,7
@@
class AliGenReaderTreeK : public AliGenReader
// Read
virtual Int_t NextEvent();
virtual TParticle* NextParticle();
// Read
virtual Int_t NextEvent();
virtual TParticle* NextParticle();
- AliGenReaderTreeK & operator=(const AliGenReader & rhs)
;
+ AliGenReaderTreeK & operator=(const AliGenReader & rhs)
{return *this;}
protected:
Int_t fNcurrent; // points to the next entry
Int_t fNparticle; // Next particle in list
protected:
Int_t fNcurrent; // points to the next entry
Int_t fNparticle; // Next particle in list