diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-23 17:12:44 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-23 17:12:44 -0800 |
commit | 05a49dd4252930fbfbb61a7e88ef5ef253cceca6 (patch) | |
tree | 47d61abc1f17d77cbd1b07281627a52808b677e4 /indra/newview/llpathfindinglinksetlist.h | |
parent | 73aa47f391341e6d6ef5136ef73302be689d3e9d (diff) |
PATH-292: Fixing the post-modify update handler to update the linkset list rather than overwrite it.
Diffstat (limited to 'indra/newview/llpathfindinglinksetlist.h')
-rw-r--r-- | indra/newview/llpathfindinglinksetlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindinglinksetlist.h b/indra/newview/llpathfindinglinksetlist.h index 9ec36c2431..443f331770 100644 --- a/indra/newview/llpathfindinglinksetlist.h +++ b/indra/newview/llpathfindinglinksetlist.h @@ -47,7 +47,7 @@ public: LLPathfindingLinksetList(const LLSD& pLinksetItems);
virtual ~LLPathfindingLinksetList();
- void update(const LLSD& pLinksetItems);
+ void update(const LLPathfindingLinksetList &pUpdateLinksetList);
LLSD encodeAlteredFields(LLPathfindingLinkset::ELinksetUse pLinksetUse, S32 pA, S32 pB, S32 pC, S32 pD) const;
|