]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawDataHeader.h
No destructor is needed. Its presence affects somehow the reading of the raw data...
[u/mrichter/AliRoot.git] / RAW / AliRawDataHeader.h
index 55b3026c610dabfd118d7b741f1d63202b67faad..4a1abb463df0bdb11ee072c6ce7f46322113850d 100644 (file)
@@ -17,8 +17,6 @@ struct AliRawDataHeader {
     fROIHigh(0)
   {}
 
-  virtual ~AliRawDataHeader() {};
-
   UShort_t  GetEventID1() const
     {return (fEventID1 & 0xFFF);};