]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CONTAINERS/AliDataType.h
Transition to NewIO
[u/mrichter/AliRoot.git] / CONTAINERS / AliDataType.h
index 04c0e08e67aa1c7eb797df602f0f856a98ad103d..7b3e25fd9013c604c9d7d3f498276c994e07fc35 100644 (file)
@@ -26,7 +26,7 @@ public:
   void ObjectDump(void *p);
   TDataType * GetDataType(){return fDataType;}  
 protected:
-  AliDataType(const AliDataType & type){;}
+  AliDataType(const AliDataType & type): AliClassInfo(type) {;}
   AliDataType &operator = (const AliDataType & type){return *this;} //assignment operator
   TDataType * fDataType;  //root type information
   ClassDef(AliDataType,0)