diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-05-24 15:24:50 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-05-24 15:24:50 +0300 |
commit | e4b7d2f463d19cab28985414365fd8415e3dc700 (patch) | |
tree | 4c2d6ba634d2cdd0be3154d5e469a0cc9f386ca1 /indra/newview/llfloaterimnearbychatlistener.h | |
parent | 591a80765c4438f72795230824d2e549bafc592d (diff) |
Mark script messages in compact mode too; code clean up
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.h')
-rw-r--r-- | indra/newview/llfloaterimnearbychatlistener.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychatlistener.h b/indra/newview/llfloaterimnearbychatlistener.h index 0df0341d36..2d7c851f2c 100644 --- a/indra/newview/llfloaterimnearbychatlistener.h +++ b/indra/newview/llfloaterimnearbychatlistener.h @@ -41,7 +41,9 @@ public: LLFloaterIMNearbyChatListener(); private: - void sendChat(LLSD const & chat_data) const; + void sendChat(LLSD const & chat_data); + + F64 mLastThrottleTime; }; #endif // LL_LLFLOATERIMNEARBYCHATLISTENER_H |