diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-19 13:28:16 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-19 13:28:16 -0800 |
commit | 755ba8652bfdc74162c97dff9ea4c74a7a74ae81 (patch) | |
tree | 5dadf1b1b86e98a27820cb022e09d20ae08427f9 /indra/newview/llfloaterpathfindinglinksets.h | |
parent | 146f0c25504cc16458cb20312eba63b04d26389d (diff) |
PATH-227: Adding code to update the scroll list after a PUT response.
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index b1fd771219..81218dd8f2 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -124,7 +124,8 @@ public: PathfindingLinksets(const PathfindingLinksets& pOther);
virtual ~PathfindingLinksets();
- void parseNavMeshData(const LLSD& pNavMeshData);
+ void setNavMeshData(const LLSD& pNavMeshData);
+ void updateNavMeshData(const LLSD& pNavMeshData);
void clearLinksets();
const PathfindingLinksetMap& getAllLinksets() const;
|