diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-24 10:08:35 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-24 10:08:35 -0400 |
commit | f700ec2e8b16eea8eded72839857c70a081fe478 (patch) | |
tree | 2959f8f27b5e0cc13b02b373cf5849a13392e84c /indra/newview/llfloaterimnearbychatlistener.h | |
parent | b0ef843fe0702482e843379b4975b2dda4d58935 (diff) | |
parent | 66a8b0ebb7fc1e6acdb0028f7ca8547153e10062 (diff) |
Merge branch 'release/luau-scripting' into lua-chatplus
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.h')
-rw-r--r-- | indra/newview/llfloaterimnearbychatlistener.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterimnearbychatlistener.h b/indra/newview/llfloaterimnearbychatlistener.h index 34d4effd48..18a8bacfaa 100644 --- a/indra/newview/llfloaterimnearbychatlistener.h +++ b/indra/newview/llfloaterimnearbychatlistener.h @@ -41,9 +41,9 @@ public: LLFloaterIMNearbyChatListener(); private: - F64 mLastThrottleTime{ 0.0 }; - void sendChat(LLSD const & chat_data); + + F64 mLastThrottleTime{ 0.0 }; }; #endif // LL_LLFLOATERIMNEARBYCHATLISTENER_H |