summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimnearbychatlistener.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-24 10:08:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-24 10:08:35 -0400
commitf700ec2e8b16eea8eded72839857c70a081fe478 (patch)
tree2959f8f27b5e0cc13b02b373cf5849a13392e84c /indra/newview/llfloaterimnearbychatlistener.h
parentb0ef843fe0702482e843379b4975b2dda4d58935 (diff)
parent66a8b0ebb7fc1e6acdb0028f7ca8547153e10062 (diff)
Merge branch 'release/luau-scripting' into lua-chatplus
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.h')
-rw-r--r--indra/newview/llfloaterimnearbychatlistener.h4
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