X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliFRAME.cxx;h=9fa4cd127ce5d699a462e7fba2857834b85081a0;hb=6115da59b47825cc984c879a52f70829d74151b9;hp=4f0c2ed680f68016fe5794de5cde5af07ad397e8;hpb=e939a978a98d29901b86bdb02cdcaf5157e717de;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliFRAME.cxx b/STRUCT/AliFRAME.cxx index 4f0c2ed680f..9fa4cd127ce 100644 --- a/STRUCT/AliFRAME.cxx +++ b/STRUCT/AliFRAME.cxx @@ -43,7 +43,8 @@ ClassImp(AliFRAME) //_____________________________________________________________________________ AliFRAME::AliFRAME(): - fRefVolumeId(0) + fRefVolumeId1(0), + fRefVolumeId2(0) { // // Default constructor @@ -53,7 +54,8 @@ AliFRAME::AliFRAME(): //_____________________________________________________________________________ AliFRAME::AliFRAME(const char *name, const char *title) : AliModule(name,title), - fRefVolumeId(0) + fRefVolumeId1(0), + fRefVolumeId2(0) { // // Standard constructor