From 9ce6844e9d50549192b0155f185f8cc6e0f47a7f Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 9 Jul 2014 14:39:08 -0700 Subject: [PATCH] fix accidental broken class definition --- libraries/shared/src/PerfStat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/PerfStat.h b/libraries/shared/src/PerfStat.h index 3cbf188c83..4f94be73b1 100644 --- a/libraries/shared/src/PerfStat.h +++ b/libraries/shared/src/PerfStat.h @@ -68,7 +68,7 @@ private: quint64 _numTallies; quint64 _expiry; SimpleMovingAverage _movingAverage; - +}; class PerformanceTimer { public: