Changeset 1201
- Timestamp:
- Oct 4, 2010, 2:45:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r1200 r1201 212 212 const SumVector& copy = copyright_stats()[*iter]; 213 213 214 // FIXME: we should use operator+=215 comment_or_copy_stats()[*iter] = comments +copy;214 comment_or_copy_stats()[*iter] = comments; 215 comment_or_copy_stats()[*iter] += copy; 216 216 } 217 217
Note: See TracChangeset
for help on using the changeset viewer.