diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index f87bb02..2a875a0 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -117,6 +117,8 @@ inline bool operator==(const LLGroupData &a, const LLGroupData &b) | |||
117 | 117 | ||
118 | class LLAgent : public LLObservable | 118 | class LLAgent : public LLObservable |
119 | { | 119 | { |
120 | LOG_CLASS(LLAgent); | ||
121 | |||
120 | public: | 122 | public: |
121 | // When the agent hasn't typed anything for this duration, it leaves the | 123 | // When the agent hasn't typed anything for this duration, it leaves the |
122 | // typing state (for both chat and IM). | 124 | // typing state (for both chat and IM). |
@@ -839,7 +841,6 @@ private: | |||
839 | U8 mGodLevel; | 841 | U8 mGodLevel; |
840 | LLFrameTimer mFidgetTimer; | 842 | LLFrameTimer mFidgetTimer; |
841 | LLFrameTimer mFocusObjectFadeTimer; | 843 | LLFrameTimer mFocusObjectFadeTimer; |
842 | std::set<LLPointer <LLViewerObject> > mFadeObjects; | ||
843 | F32 mNextFidgetTime; | 844 | F32 mNextFidgetTime; |
844 | S32 mCurrentFidget; | 845 | S32 mCurrentFidget; |
845 | BOOL mFirstLogin; | 846 | BOOL mFirstLogin; |