mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
fix accidental broken class definition
This commit is contained in:
parent
63bcee0229
commit
9ce6844e9d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ private:
|
||||||
quint64 _numTallies;
|
quint64 _numTallies;
|
||||||
quint64 _expiry;
|
quint64 _expiry;
|
||||||
SimpleMovingAverage _movingAverage;
|
SimpleMovingAverage _movingAverage;
|
||||||
|
};
|
||||||
|
|
||||||
class PerformanceTimer {
|
class PerformanceTimer {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue