]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSresponseSSD.cxx
Fixed compiler warnings with regards to copy construtors and unused variabls
[u/mrichter/AliRoot.git] / ITS / AliITSresponseSSD.cxx
index 627d51dfea331091e0e2d0cc2a9777ed65e2a5d1..da4e80436ce4380bf7ddf10b6ca7058baa9d0266 100644 (file)
@@ -82,7 +82,8 @@ AliITSresponseSSD& AliITSresponseSSD::operator=(const AliITSresponseSSD &src) {
     return *this;
 }
 //_________________________________________________________________________
-AliITSresponseSSD::AliITSresponseSSD(const AliITSresponseSSD &src) {
+AliITSresponseSSD::AliITSresponseSSD(const AliITSresponseSSD &src) :
+    AliITSresponse(src) {
     // copy constructor
 
     *this = src;