]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterMasterFrame.cxx
Fixing compiler warnings from Form(),
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterMasterFrame.cxx
index f6dc5c3860c77e9cbaf3893e71e4cfab9a609180..3342fffcdfc664ccb272c8e65dec162b38e3ed40 100644 (file)
@@ -177,7 +177,7 @@ AliMUONPainterMasterFrame::AddPainterMatrix(AliMUONPainterMatrix* painterMatrix)
 {
   /// array is adopted (by the registry)
 
-  AliDebug(1,Form("matrix=%x %s",painterMatrix,painterMatrix->GetName()));
+  AliDebug(1,Form("matrix=%p %s",painterMatrix,painterMatrix->GetName()));
   
   Int_t i = AliMUONPainterRegistry::Instance()->Register(painterMatrix);
 
@@ -191,7 +191,7 @@ AliMUONPainterMasterFrame::PainterMatrixWantToShow(AliMUONPainterMatrix* group)
   /// FIXME: should check whether we are the active window before
   /// responding to this message ?
 
-  AliDebug(1,Form("group=%x %s",group,group->GetName()));
+  AliDebug(1,Form("group=%p %s",group,group->GetName()));
   
   Int_t i = AliMUONPainterRegistry::Instance()->FindIndexOf(group);