summaryrefslogtreecommitdiff
path: root/indra/newview/llagentpicksinfo.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-24 00:14:21 +0300
committerakleshchev <117672381+akleshchev@users.noreply.github.com>2023-10-25 19:13:21 +0300
commitf54d0329f32081883704cc2694871600f896006b (patch)
treed07b710d11e2f69402ee17fc8ff761aed16d670e /indra/newview/llagentpicksinfo.h
parentd4087fce7b36625259576d5964c5a8dd8e93d707 (diff)
SL-20513 Cleanup LLAvatarPropertiesProcessor #2
Diffstat (limited to 'indra/newview/llagentpicksinfo.h')
-rw-r--r--indra/newview/llagentpicksinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagentpicksinfo.h b/indra/newview/llagentpicksinfo.h
index 21df036cb7..56e7bd0775 100644
--- a/indra/newview/llagentpicksinfo.h
+++ b/indra/newview/llagentpicksinfo.h
@@ -29,7 +29,7 @@
#include "llsingleton.h"
-struct LLAvatarPicks;
+struct LLAvatarData;
/**
* Class that provides information about Agent Picks
@@ -74,7 +74,7 @@ public:
void decrementNumberOfPicks() { --mNumberOfPicks; }
- void onServerRespond(LLAvatarPicks* picks);
+ void onServerRespond(LLAvatarData* picks);
private: