Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5208)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5209)
@@ -19,4 +19,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/10/08: R. DelosReyes
+
+  * mbase/MrunIter.h
+    - changed the name of the Sort() function name by SortRuns() 
+      to avoid conflicts with the Sort() function in the MDirIter class.
+
  2004/10/07: Markus Gaug
 
Index: /trunk/MagicSoft/Mars/mbase/MRunIter.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MRunIter.h	(revision 5208)
+++ /trunk/MagicSoft/Mars/mbase/MRunIter.h	(revision 5209)
@@ -23,9 +23,9 @@
         fRuns[fRuns.GetSize()-1] = run;
 
-        Sort();
+        SortRuns();
 
     }
 
-    void Sort()
+    void SortRuns()
     {
         const int n = GetNumRuns();
