mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +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 _expiry;
|
||||
SimpleMovingAverage _movingAverage;
|
||||
|
||||
};
|
||||
|
||||
class PerformanceTimer {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue