Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5755)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5756)
@@ -21,9 +21,16 @@
                                                  -*-*- END OF LINE -*-*-
 
- 2005/01/10 : Wolfgang Wittek
+ 2005/01/10 Wolfgang Wittek
+
+   * mhvstime/MHVsTime.cc:
+     - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
+
+
+ 2005/01/10 Wolfgang Wittek
 
    * mfbase/MFEventSelector2.cc
      - check whether filter exists before calling 
        filter->CallPreProcess(parlist)
+
 
 
@@ -70,4 +77,5 @@
 
 
+
  2005/01/07 Markus Gaug
 
@@ -87,4 +95,6 @@
        the header-file.
       
+
+
 
  2005/01/07 Abelardo Moralejo
Index: trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc
===================================================================
--- trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc	(revision 5755)
+++ trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc	(revision 5756)
@@ -292,5 +292,5 @@
     // Otherwise MStatusDisplay::Update hangs.
     gPad->GetListOfPrimitives()->Remove(fGraph);
-    fGraph->Draw(fGraph->GetN()<2 ? "A" : str);
+    fGraph->Draw(fGraph->GetN()<2 ? "A" : str.Data());
     //gPad->GetListOfPrimitives()->Add(fGraph, fGraph->GetN()<2 ? "A" : opt);
     //    AppendPad(str);
