Index: trunk/MagicSoft/Mars/mgui/GuiIncl.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/GuiIncl.h	(revision 665)
+++ trunk/MagicSoft/Mars/mgui/GuiIncl.h	(revision 669)
@@ -9,7 +9,6 @@
 #include <TGSplitter.h>     // TGHorizontal3DLine
 #include <TGFSContainer.h>  // TGFileContainer
-#include <TGLabel.h>       // TGLabel
+#include <TGLabel.h>        // TGLabel
 #include <TGTextEntry.h>  
 
-
 #endif // __CINT__
Index: trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h	(revision 665)
+++ trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h	(revision 669)
@@ -33,5 +33,5 @@
   
   Char_t            fInputFile[256] ; 
-  MViewAdcSpectra   fViewAdc ; 
+  MViewAdcSpectra   fViewAdc ; //!
 
   //  the things for the menu bar 
Index: trunk/MagicSoft/Mars/mgui/MGeomPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomPix.cc	(revision 665)
+++ trunk/MagicSoft/Mars/mgui/MGeomPix.cc	(revision 669)
@@ -11,5 +11,5 @@
 
 
-void MGeomPix::Print()
+void MGeomPix::Print(Option_t *opt)
 { 
     //   information about a pixel
Index: trunk/MagicSoft/Mars/mgui/MGeomPix.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomPix.h	(revision 665)
+++ trunk/MagicSoft/Mars/mgui/MGeomPix.h	(revision 669)
@@ -17,5 +17,5 @@
   MGeomPix(Float_t x=0. , Float_t y=0., Float_t r=0.) ;
   
-  void Print() ; 
+  void Print(Option_t *opt=NULL) ;
   
   void SetX ( Float_t x )     {      fX = x ;    }
