Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1445)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1446)
@@ -1,3 +1,9 @@
                                                                   -*-*- END -*-*-
+
+ 2002/07/26: Abelardo Moralejo
+
+   * mhist/MH.cc
+     - Fix: removed default arguments of ScaleAxis(...)  (did not 
+       compile on alphas).
 
  2002/07/25: Abelardo Moralejo
Index: trunk/MagicSoft/Mars/mhist/MH.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MH.cc	(revision 1445)
+++ trunk/MagicSoft/Mars/mhist/MH.cc	(revision 1446)
@@ -324,5 +324,5 @@
 }
 
-void MH::ScaleAxis(TH1 *h, Double_t fx=1, Double_t fy=1, Double_t fz=1)
+void MH::ScaleAxis(TH1 *h, Double_t fx, Double_t fy, Double_t fz)
 {
     if (h->InheritsFrom(TH3::Class()))
