From 7838c14d871529b39e0fdf63088ac7640478605c Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 18 Dec 2023 22:02:14 +0200 Subject: SL-18058 Post-merge functionality restore --- indra/newview/llpanelavatar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpanelavatar.h') 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 callback = nullptr) const; public: void setIsLoading() { mLoadingState = PROFILE_LOADING; } -- cgit v1.2.3