diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-14 14:44:13 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-14 14:44:13 -0800 |
commit | 76caf0238cb98c1abf69d56e122c71a1208b0d72 (patch) | |
tree | 4f4a77ff8f11e7cc0a0f7af437b8699f0d035727 /indra/newview/llnearbychat.h | |
parent | b403a9da23a2df73a657bfa835a3706a261af2fb (diff) | |
parent | c24645f7b51ea27e1686bbe72470a9f3c09fc676 (diff) |
Merge
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r-- | indra/newview/llnearbychat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index 5ef584c8ff..7c5975cbc5 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -37,8 +37,7 @@ class LLChatHistory; class LLNearbyChat: public LLPanel { public: - LLNearbyChat(); - ~LLNearbyChat(); + LLNearbyChat(const Params& p = LLPanel::getDefaultParams()); BOOL postBuild (); @@ -63,13 +62,14 @@ public: void loadHistory(); static LLNearbyChat* getInstance(); + void removeScreenChat(); private: void getAllowedRect (LLRect& rect); void onNearbySpeakers (); - + private: LLHandle<LLView> mPopupMenuHandle; |