summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-03-12 15:04:09 -0400
committerprep <prep@lindenlab.com>2012-03-12 15:04:09 -0400
commite558f5cb0b8c0937da0f08a1af149afbc497462c (patch)
tree110d585c0fe869443facb51209078c5ac383c2d5 /indra/newview/llfloaterpathfindingconsole.h
parent999626e0716db71bac431a4703025a1b1430dcef (diff)
path-405: Avatar is no longer frozen when pathing window is up and when avatar crosses a region boundary the resident is informed with a message in the pathing window.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index 8c29bf5909..0f9f859924 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -111,6 +111,8 @@ public:
bool getHeartBeat() const { return mHeartBeat;}
void setHeartBeat( bool state ) { mHeartBeat=state; }
+ void regionCrossingOccured();
+
protected: