Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4077)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4078)
@@ -26,4 +26,8 @@
      - added type in GetPixelContent() whihc asks for Hi-Gain saturation
        and return the hi-gain time or the low-gain time, correspondingly.
+
+
+   * mbase/ MGMap.cc
+     - fixed two bugs which did not complile uder gcc 3.3.x introduced by TB.
 
  2004/05/12: Markus Gaug
Index: /trunk/MagicSoft/Mars/mbase/MGMap.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MGMap.cc	(revision 4077)
+++ /trunk/MagicSoft/Mars/mbase/MGMap.cc	(revision 4078)
@@ -123,5 +123,5 @@
 // Constructor. For more details see TExMap
 //
-MGMap::MGMap(Int_t mapSize = 100) : TExMap(mapSize)//, fToolTip(0)
+MGMap::MGMap(Int_t mapSize) : TExMap(mapSize)//, fToolTip(0)
 {
 //    fToolTip = new TGToolTip(0, "", 0);
@@ -335,5 +335,5 @@
 // Paint all elements to the pad by calling their Paint() function
 //
-void MGMap::Paint(Option_t *o="")
+void MGMap::Paint(Option_t *o)
 {
     Long_t key, val;
