diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-05-08 01:18:20 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-05-08 01:18:20 +0300 |
commit | bbb560bf8d99cc61f2f19f654322384458f82516 (patch) | |
tree | 6194b3bf1d228a1f760459d923760afc7b6e08ce /indra/newview/llfloaterregioninfo.h | |
parent | 8c1d51caf31c7d34c0c6c347576eed141577de2f (diff) |
MAINT-8592 EstateAccess capability support
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r-- | indra/newview/llfloaterregioninfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 89bc7b7d92..ee6db9a87b 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -112,6 +112,7 @@ private: LLFloaterRegionInfo(const LLSD& seed); ~LLFloaterRegionInfo(); + static void requestEstateGetAccessCoro(std::string url, LLHandle<LLFloater> handle); protected: |