summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindinglinksetlist.h
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-02-25 22:27:06 -0800
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-02-25 22:27:06 -0800
commit9b06300e2c94eae83a29637073f65d4ffc73bf6d (patch)
tree8d109a1e072f066fa2739b063291c05a95983f8e /indra/newview/llpathfindinglinksetlist.h
parent8bfb24373b429b752d4b2b1ca6452f0eb755e383 (diff)
PATH-292: Adding the ability to view and edit pathfinding attributes of the terrain.
Diffstat (limited to 'indra/newview/llpathfindinglinksetlist.h')
-rw-r--r--indra/newview/llpathfindinglinksetlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpathfindinglinksetlist.h b/indra/newview/llpathfindinglinksetlist.h
index 443f331770..813c4ec46c 100644
--- a/indra/newview/llpathfindinglinksetlist.h
+++ b/indra/newview/llpathfindinglinksetlist.h
@@ -49,7 +49,8 @@ public:
void update(const LLPathfindingLinksetList &pUpdateLinksetList);
- LLSD encodeAlteredFields(LLPathfindingLinkset::ELinksetUse pLinksetUse, S32 pA, S32 pB, S32 pC, S32 pD) const;
+ LLSD encodeObjectFields(LLPathfindingLinkset::ELinksetUse pLinksetUse, S32 pA, S32 pB, S32 pC, S32 pD) const;
+ LLSD encodeTerrainFields(LLPathfindingLinkset::ELinksetUse pLinksetUse, S32 pA, S32 pB, S32 pC, S32 pD) const;
protected: