aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llfasttimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llfasttimer.h')
-rw-r--r--linden/indra/llcommon/llfasttimer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llfasttimer.h b/linden/indra/llcommon/llfasttimer.h
index a32da18..2e66496 100644
--- a/linden/indra/llcommon/llfasttimer.h
+++ b/linden/indra/llcommon/llfasttimer.h
@@ -238,6 +238,7 @@ public:
238 static int sPauseHistory; 238 static int sPauseHistory;
239 static int sResetHistory; 239 static int sResetHistory;
240 static F64 sCPUClockFrequency; 240 static F64 sCPUClockFrequency;
241 static U64 sClockResolution;
241 242
242private: 243private:
243 EFastTimerType mType; 244 EFastTimerType mType;