[default -> timing] Bring up to date for test.

This commit is contained in:
Jason Felds
2011-07-17 10:54:42 -04:00
20 changed files with 75 additions and 29 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ struct ComboSegment : public TimingSegment
* It is best to override the values as soon as possible.
*/
ComboSegment() :
TimingSegment(-1), combo(1) { }
TimingSegment(-1), combo(1), missCombo(1) { }
ComboSegment(const ComboSegment &other) :
TimingSegment(other.GetRow()),