diff options
Diffstat (limited to 'indra/llcommon/lltimer.h')
-rw-r--r-- | indra/llcommon/lltimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltimer.h b/indra/llcommon/lltimer.h index 69e786c50a..575bf9fc0b 100644 --- a/indra/llcommon/lltimer.h +++ b/indra/llcommon/lltimer.h @@ -131,7 +131,7 @@ public: static void updateClass(); protected: - LLTimer mTimer; + LLTimer mEventTimer; F32 mPeriod; private: |