Changeset 5209
- Timestamp:
- 10/08/04 10:33:06 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5205 r5209 19 19 20 20 -*-*- END OF LINE -*-*- 21 22 2004/10/08: R. DelosReyes 23 24 * mbase/MrunIter.h 25 - changed the name of the Sort() function name by SortRuns() 26 to avoid conflicts with the Sort() function in the MDirIter class. 27 21 28 2004/10/07: Markus Gaug 22 29 -
trunk/MagicSoft/Mars/mbase/MRunIter.h
r3970 r5209 23 23 fRuns[fRuns.GetSize()-1] = run; 24 24 25 Sort ();25 SortRuns(); 26 26 27 27 } 28 28 29 void Sort ()29 void SortRuns() 30 30 { 31 31 const int n = GetNumRuns();
Note:
See TracChangeset
for help on using the changeset viewer.