diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-03-30 13:11:30 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-03-30 13:11:30 +0000 |
commit | 43ae8aee6a8719e3bdd87ff2711343dd77edaefc (patch) | |
tree | a4142e034e0aa34d20a18b24e8799302018a81eb /indra/newview/llfloaterreporter.h | |
parent | b1a84d955144664eb83cebbb4eb6b9f5229b0219 (diff) |
SL-440 Obtain Abuse Report categories from capability
Diffstat (limited to 'indra/newview/llfloaterreporter.h')
-rw-r--r-- | indra/newview/llfloaterreporter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterreporter.h b/indra/newview/llfloaterreporter.h index d9ecb9f4ea..c678df7155 100644 --- a/indra/newview/llfloaterreporter.h +++ b/indra/newview/llfloaterreporter.h @@ -129,6 +129,7 @@ private: void setFromAvatarID(const LLUUID& avatar_id); void onAvatarNameCache(const LLUUID& avatar_id, const LLAvatarName& av_name); + static void requestAbuseCategoriesCoro(std::string url, LLHandle<LLFloater> handle); static void finishedARPost(const LLSD &); private: |