git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc46b57
)
Make destructor virtual
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 Mar 2000 20:01:17 +0000
(20:01 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 Mar 2000 20:01:17 +0000
(20:01 +0000)
STEER/AliVMC.h
patch
|
blob
|
blame
|
history
diff --git
a/STEER/AliVMC.h
b/STEER/AliVMC.h
index 0967a485a0033bf17e05e60628975eec98316653..ded36445cde12209857bb0a5b780eeeadb1db554 100644
(file)
--- a/
STEER/AliVMC.h
+++ b/
STEER/AliVMC.h
@@
-30,7
+30,7
@@
private:
public:
AliVMC(const char *name, const char *title);
AliVMC() {}
- ~AliVMC() {if(gMC) delete gMC; fgVMC=gVMC=0;}
+
virtual
~AliVMC() {if(gMC) delete gMC; fgVMC=gVMC=0;}
//Generic access functions
static AliVMC* GetVMC() {return fgVMC;}
//Generic Alice MonteCarlo Functions