summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingmanager.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-06-19 15:09:22 -0400
committerprep <prep@lindenlab.com>2012-06-19 15:09:22 -0400
commit6711e6584aa0aa5f17f76a557524725857fbf2ba (patch)
tree0f2b0511378d09cc06cccad2b4ee5bf3af5daea1 /indra/newview/llpathfindingmanager.h
parenteb341068de59c86101aa4fd4031b6cdd7e4bbdc2 (diff)
path-722: handling the case where region entry or teleporting would cause the rebake button to be drawn ontop of splash screen.
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r--indra/newview/llpathfindingmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpathfindingmanager.h b/indra/newview/llpathfindingmanager.h
index a8ece11302..dafe75216f 100644
--- a/indra/newview/llpathfindingmanager.h
+++ b/indra/newview/llpathfindingmanager.h
@@ -96,7 +96,8 @@ public:
void handleNavMeshRebakeError( U32 pStatus, const std::string &pReason, const std::string &pURL );
void triggerNavMeshRebuild();
void onRegionBoundaryCrossed();
- void requestGetAgentState();
+ void requestGetAgentState();
+ void hideNavMeshRebakePanel();
protected:
@@ -128,7 +129,6 @@ private:
void handleNavMeshStatus(LLPathfindingNavMesh::ENavMeshRequestStatus pRequestStatus, const LLPathfindingNavMeshStatus &pNavMeshStatus);
void displayNavMeshRebakePanel();
- void hideNavMeshRebakePanel();
void handleAgentStateResult(const LLSD &pContent );
void handleAgentStateError(U32 pStatus, const std::string &pReason, const std::string &pURL);