]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliAttribObj.cxx
Updated geometry including v11Hybrid ITS geometry
[u/mrichter/AliRoot.git] / RALICE / AliAttribObj.cxx
index 6ee55c3506e9fec76441dc8cb352dd5ae088fc4b..86ad11424e985d02b765a576d0d5272550f86b75 100644 (file)
@@ -68,12 +68,12 @@ AliAttribObj::~AliAttribObj()
 // Destructor to delete dynamically allocated memory
 }
 ///////////////////////////////////////////////////////////////////////////
-AliAttribObj::AliAttribObj(AliAttribObj& a) : TObject(a),AliAttrib(a)
+AliAttribObj::AliAttribObj(const AliAttribObj& a) : TObject(a),AliAttrib(a)
 {
 // Copy constructor
 }
 ///////////////////////////////////////////////////////////////////////////
-TObject* AliAttribObj::Clone(const char* name)
+TObject* AliAttribObj::Clone(const char* name) const
 {
 // Make a deep copy of the current object and provide the pointer to the copy.
 // This memberfunction enables automatic creation of new objects of the