]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSvImpacts.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSvImpacts.h
index 6a0cc827a2e71047406f1d63a2819f56313baa81..c36167691734f633761957a9f2c8f15c07ad97dc 100644 (file)
@@ -27,7 +27,7 @@ public:
 
   AliPHOSvImpacts(void) ;
   AliPHOSvImpacts(const char *name, const char *title="") ;
-  AliPHOSvImpacts(const AliPHOSvImpacts & phos) {
+  AliPHOSvImpacts(const AliPHOSvImpacts & phos) : AliPHOSv1(phos) {
     // cpy ctor: no implementation yet
     // requested by the Coding Convention
     Fatal("cpy ctor", "not implemented") ;