summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindinglinksetlist.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-02-23 17:12:44 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-02-23 17:12:44 -0800
commit05a49dd4252930fbfbb61a7e88ef5ef253cceca6 (patch)
tree47d61abc1f17d77cbd1b07281627a52808b677e4 /indra/newview/llpathfindinglinksetlist.h
parent73aa47f391341e6d6ef5136ef73302be689d3e9d (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.h2
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;