]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALSuperModule.cxx
Provide return value for non-void methods
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALSuperModule.cxx
index 4b6f8db062b447bd510874b52e97342edbc96e17..560d384f10b50247befb27c261504976d1d00d54 100644 (file)
@@ -15,6 +15,9 @@
 
 /* 
 $Log$
+Revision 1.3  2007/11/14 15:34:05  gustavo
+Coding violations corrected
+
 Revision 1.2  2007/09/11 19:38:15  pavlinov
 added pi0 calibration, linearity, shower profile
  
@@ -75,7 +78,7 @@ AliEMCALSuperModule & AliEMCALSuperModule::operator =(const AliEMCALSuperModule
   fParent = sm.fParent; 
   fLh = sm.fLh;
   fSMNumber = sm.fSMNumber;
-
+  return *this;
 } 
 
 AliEMCALSuperModule::~AliEMCALSuperModule()