summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelavatar.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-12-18 22:02:14 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-12-18 22:02:14 +0200
commit7838c14d871529b39e0fdf63088ac7640478605c (patch)
treea4db120e5abba5ad9b1981b12870159d56b8eed8 /indra/newview/llpanelavatar.h
parentc87850ddab5604e57fdcebad6a53616232a1b648 (diff)
SL-18058 Post-merge functionality restore
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r--indra/newview/llpanelavatar.h2
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; }