Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3833)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3834)
@@ -30,4 +30,7 @@
    * macros/bootcampstandardanalysis.C
      - removed function FindColor()
+
+   * mcalib/MCalibrationCam.h
+     - make Init() and InitSize() virtual
 
 
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 3833)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 3834)
@@ -66,6 +66,6 @@
 
   // Inits
-  void  Init                   ( const MGeomCam &geom         );
-  void  InitSize               ( const UInt_t i               );
+  virtual void  Init                   ( const MGeomCam &geom         );
+  virtual void  InitSize               ( const UInt_t i               );
   void  InitAverageAreas       ( const UInt_t i               );
   void  InitAverageSectors     ( const UInt_t i               );
