Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5089)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5090)
@@ -37,4 +37,7 @@
      - added call to gROOT->GetListOfFunctions->Remove(f) in destructor
 
+   * mhcalib/MHCalibrationBlindCam.[h,cc]
+     - re-installed the Clone-function. Without, DrawClone() does not 
+       Clone()
 
 
Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc	(revision 5089)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc	(revision 5090)
@@ -414,5 +414,4 @@
 // Deletes the TObjArray's and Clones them individually
 //
-#if 0
 TObject *MHCalibrationChargeBlindCam::Clone(const char *name) const
 {
@@ -443,5 +442,4 @@
   return cam;
 }
-#endif
 
 // -----------------------------------------------------------------------------
Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.h
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.h	(revision 5089)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.h	(revision 5090)
@@ -48,5 +48,5 @@
 
   // Clone
-  //TObject *Clone(const char *name="") const;
+  TObject *Clone(const char *name="") const;
   
   // Draw
