diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llagent.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-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; |