remove another long int

This commit is contained in:
Stephen Birarda 2013-04-12 15:25:41 -07:00
parent 83ee450759
commit d30512e273

View file

@ -37,7 +37,7 @@ public:
totalTime(0.0),
sampleAt(-1), sampleCount(0) {};
CounterStatHistory(std::string myName, double initialTime, long int initialCount) :
CounterStatHistory(std::string myName, double initialTime, long initialCount) :
currentCount(initialCount), currentDelta(0), currentTime(initialTime),
lastCount(initialCount),lastTime(initialTime),
totalTime(initialTime),