Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1604)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1605)
@@ -10,4 +10,7 @@
      - get rid of old c-style sprintf
      - return errorflag in Parab as return value!
+
+   * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc:
+     - removed redefinition of a default argument
 
 
Index: trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc	(revision 1604)
+++ trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc	(revision 1605)
@@ -41,5 +41,5 @@
 // Initializes a Mirror geometry with 0 values, except for fMirrorID.
 //
-MGeomPMT::MGeomPMT(Int_t pmt, const char *name=NULL, const char *title=NULL)
+MGeomPMT::MGeomPMT(Int_t pmt, const char *name, const char *title)
     : fPMTId(pmt), fWavelength(0), fQE(0)
 {
