summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingnavmeshzone.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-06-14 16:58:11 -0400
committerprep <prep@lindenlab.com>2012-06-14 16:58:11 -0400
commitf6153ab73508ad972827950e0276dfd2a8e79bf1 (patch)
treea5b57ed0c8556570b3d15f10bbbc285eb43c74c1 /indra/newview/llpathfindingnavmeshzone.h
parent8973a3db31af2e3ce77fb3c614f15aac65a0ed07 (diff)
WIP: path-722. Some agent_state_updates come through (god mode), region crossings, cleanup logic is a TBD, etc..
Diffstat (limited to 'indra/newview/llpathfindingnavmeshzone.h')
-rw-r--r--indra/newview/llpathfindingnavmeshzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingnavmeshzone.h b/indra/newview/llpathfindingnavmeshzone.h
index 1e92f6b131..679e72c978 100644
--- a/indra/newview/llpathfindingnavmeshzone.h
+++ b/indra/newview/llpathfindingnavmeshzone.h
@@ -69,7 +69,7 @@ public:
typedef boost::function<void (ENavMeshZoneRequestStatus)> navmesh_zone_callback_t;
typedef boost::signals2::signal<void (ENavMeshZoneRequestStatus)> navmesh_zone_signal_t;
- typedef boost::signals2::connection navmesh_zone_slot_t;
+ typedef boost::signals2::connection navmesh_zone_slot_t;
LLPathfindingNavMeshZone();
virtual ~LLPathfindingNavMeshZone();