Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 597)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 598)
@@ -149,5 +149,5 @@
   for (Int_t i=0 ; i<event->GetNbPixels() ; i++ )
     {
-      if ( event->IsPixelUsed(i) == TRUE ) 
+      if ( event->IsPixelUsed(i) == kTRUE ) 
 	( (MHexagon*) fPixels->At( event->GetPixelId(i) ))->SetFillColor( GetColor(event->GetPhotons(i))) ; 
    
