diff options
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r-- | indra/newview/llpathfindingmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpathfindingmanager.h b/indra/newview/llpathfindingmanager.h index 535c681499..b4bfbc7a34 100644 --- a/indra/newview/llpathfindingmanager.h +++ b/indra/newview/llpathfindingmanager.h @@ -93,7 +93,8 @@ public: #endif // XXX_STINSON_AGENT_STATE_DELETE_ME void handleNavMeshRebakeResult( const LLSD &pContent ); - void handleNavMeshRebakeError(U32 pStatus, const std::string &pReason, const std::string &pURL); + void handleNavMeshRebakeError( U32 pStatus, const std::string &pReason, const std::string &pURL ); + void triggerNavMeshRebuild(); protected: @@ -123,7 +124,6 @@ private: void displayNavMeshRebakePanel(); void hideNavMeshRebakePanel(); - void triggerNavMeshRebuild(); #ifdef XXX_STINSON_AGENT_STATE_DELETE_ME void requestGetAgentState(); |