summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimnearbychatlistener.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-05-22 20:29:55 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-05-22 20:29:55 +0300
commit0f00dc2f658869cc73a18b03b024a6cc88964e0b (patch)
tree8e8142f9cb61d8a543f164eb18aec9ed1e91c7c5 /indra/newview/llfloaterimnearbychatlistener.h
parent58cf9c5c23c10752b26dcac384b51c85f9407ca6 (diff)
Add support for sending messages to Nearby chat from Lua script
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.h')
-rw-r--r--indra/newview/llfloaterimnearbychatlistener.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfloaterimnearbychatlistener.h b/indra/newview/llfloaterimnearbychatlistener.h
index 96184d95b3..0df0341d36 100644
--- a/indra/newview/llfloaterimnearbychatlistener.h
+++ b/indra/newview/llfloaterimnearbychatlistener.h
@@ -38,12 +38,10 @@ class LLFloaterIMNearbyChat;
class LLFloaterIMNearbyChatListener : public LLEventAPI
{
public:
- LLFloaterIMNearbyChatListener(LLFloaterIMNearbyChat & chatbar);
+ LLFloaterIMNearbyChatListener();
private:
void sendChat(LLSD const & chat_data) const;
-
- LLFloaterIMNearbyChat & mChatbar;
};
#endif // LL_LLFLOATERIMNEARBYCHATLISTENER_H