diff options
author | dolphin <dolphin@lindenlab.com> | 2014-05-16 15:52:39 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-05-16 15:52:39 -0700 |
commit | 4c7b0cb528f61bc20866c2f7c43049ef7bc49bf2 (patch) | |
tree | 37c8d52aedb48e440ea66dfe734f08e3c708acd1 /indra/newview/llfloaterregioninfo.h | |
parent | 9a7458f9e32773c07b689a6d490e5bfe9c6ec47f (diff) |
ACME-1459: Experience tab added to the about land tab for editing parcel Experiences
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rwxr-xr-x | indra/newview/llfloaterregioninfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 2020cbce2b..79e2837336 100755 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -470,7 +470,7 @@ public: private: void refreshRegionExperiences(); - LLPanelExperienceListEditor* setupList(const char* control_name); + LLPanelExperienceListEditor* setupList(const char* control_name, U32 add_id, U32 remove_id); static LLSD addIds( LLPanelExperienceListEditor* panel ); void itemChanged(U32 event_type, const LLUUID& id); |