summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimnearbychatlistener.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-24 11:12:11 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-24 11:12:11 -0400
commit9d9ecb2462e559057a2fc226bd6e7c90f5eb6c61 (patch)
tree2e31025a7b9299e473e80599d96ab5ec1c5f6739 /indra/newview/llfloaterimnearbychatlistener.h
parente2f179b9edebca1557ce3f774781bb9b9350b781 (diff)
parent30da8853c88e755ac5c0836f3952d16d501d3502 (diff)
Merge branch 'release/luau-scripting' into lua-timers
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.h')
-rw-r--r--indra/newview/llfloaterimnearbychatlistener.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterimnearbychatlistener.h b/indra/newview/llfloaterimnearbychatlistener.h
index 96184d95b3..18a8bacfaa 100644
--- a/indra/newview/llfloaterimnearbychatlistener.h
+++ b/indra/newview/llfloaterimnearbychatlistener.h
@@ -38,12 +38,12 @@ class LLFloaterIMNearbyChat;
class LLFloaterIMNearbyChatListener : public LLEventAPI
{
public:
- LLFloaterIMNearbyChatListener(LLFloaterIMNearbyChat & chatbar);
+ LLFloaterIMNearbyChatListener();
private:
- void sendChat(LLSD const & chat_data) const;
+ void sendChat(LLSD const & chat_data);
- LLFloaterIMNearbyChat & mChatbar;
+ F64 mLastThrottleTime{ 0.0 };
};
#endif // LL_LLFLOATERIMNEARBYCHATLISTENER_H