mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Syntax fixes for PubUtilLib.
This commit is contained in:
@ -68,7 +68,7 @@ void TimeBasedAvgRing<T>::AddItem(T value, double time)
|
||||
// remove RingStart from the avg part of the average calc
|
||||
fTotal -= (*fRingStart).GetValue();
|
||||
|
||||
TimeList::iterator prev = fRingStart++;
|
||||
typename TimeList::iterator prev = fRingStart++;
|
||||
|
||||
// loop the ring if needed
|
||||
if (fRingStart == fList.end())
|
||||
|
Reference in New Issue
Block a user