Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3538)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3539)
@@ -41,4 +41,7 @@
    * manalysis/MCerPhotAnal2.cc:
      - fixed a bug in the new treatment of lo-gains
+
+   * mhvstime/MHPixVsTime.cc:
+     - fixed missing initialization of fTypeErr in constructor
 
 
Index: trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc
===================================================================
--- trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc	(revision 3538)
+++ trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc	(revision 3539)
@@ -54,5 +54,5 @@
 //
 MHPixVsTime::MHPixVsTime(Int_t idx, const char *name, const char *title)
-    : fIndex(idx), fEvt(NULL), fType(0)
+    : fIndex(idx), fEvt(NULL), fType(0), fTypeErr(-1)
 {
     //
