diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-05-08 07:43:08 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-05-08 07:43:08 +0000 |
commit | a4000c3744e42fcbb638e742f3b63fa31a0dee15 (patch) | |
tree | 7f472c30e65bbfa04ee9bc06631a1af305cc31fb /indra/newview/llfloatergroupinvite.h | |
parent | 6c4cadbb04d633ad7b762058bdeba6e1f650dafd (diff) |
merge trunk@116587 skinning-7@119389 -> viewer-2.0.0-skinning-7
Diffstat (limited to 'indra/newview/llfloatergroupinvite.h')
-rw-r--r-- | indra/newview/llfloatergroupinvite.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloatergroupinvite.h b/indra/newview/llfloatergroupinvite.h index d1485ead91..b3f5d75ac1 100644 --- a/indra/newview/llfloatergroupinvite.h +++ b/indra/newview/llfloatergroupinvite.h @@ -46,10 +46,7 @@ public: static void showForGroup(const LLUUID &group_id, std::vector<LLUUID> *agent_ids = NULL); protected: - LLFloaterGroupInvite(const std::string& name, - const LLRect &rect, - const std::string& title, - const LLUUID& group_id = LLUUID::null); + LLFloaterGroupInvite(const LLUUID& group_id = LLUUID::null); class impl; impl* mImpl; |