diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-12-18 22:02:14 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-12-18 22:02:14 +0200 |
commit | 7838c14d871529b39e0fdf63088ac7640478605c (patch) | |
tree | a4db120e5abba5ad9b1981b12870159d56b8eed8 /indra/newview/llpanelavatar.h | |
parent | c87850ddab5604e57fdcebad6a53616232a1b648 (diff) |
SL-18058 Post-merge functionality restore
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h index 1106c44734..ec620b39e1 100644 --- a/indra/newview/llpanelavatar.h +++ b/indra/newview/llpanelavatar.h @@ -133,7 +133,7 @@ protected: const bool getSelfProfile() const { return mSelfProfile; } - bool saveAgentUserInfoCoro(std::string name, LLSD value) const; + bool saveAgentUserInfoCoro(std::string name, LLSD value, std::function<void(bool)> callback = nullptr) const; public: void setIsLoading() { mLoadingState = PROFILE_LOADING; } |