Changeset 533 for trunk/lib/StatsCollection.cc
- Timestamp:
- Dec 26, 2007, 3:07:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/StatsCollection.cc
r532 r533 24 24 #include "StatsCollection.h" 25 25 26 #include "BlameStats.h" 26 27 #include "ClassicStats.h" 27 28 #include "Stats.h" … … 42 43 { 43 44 stats_["classic"] = new ClassicStats(path); 45 stats_["blame"] = new BlameStats(path); 44 46 } 45 47
Note: See TracChangeset
for help on using the changeset viewer.