diff options
Diffstat (limited to 'indra/newview/llvoicevivox.h')
| -rw-r--r-- | indra/newview/llvoicevivox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index d71fe132c5..debc03377f 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -900,8 +900,8 @@ private: S32 mFontStatus; bool mIsNew; - LLTimer mExpiryTimer; - LLTimer mExpiryWarningTimer; + LLFrameTimer mExpiryTimer; + LLFrameTimer mExpiryWarningTimer; }; bool mVoiceFontsReceived; @@ -916,7 +916,7 @@ private: typedef std::set<LLVoiceEffectObserver*> voice_font_observer_set_t; voice_font_observer_set_t mVoiceFontObservers; - LLTimer mVoiceFontExpiryTimer; + LLFrameTimer mVoiceFontExpiryTimer; // Audio capture buffer |
