summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingbasic.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpathfindingbasic.h')
-rw-r--r--indra/newview/llfloaterpathfindingbasic.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/indra/newview/llfloaterpathfindingbasic.h b/indra/newview/llfloaterpathfindingbasic.h
index 356a270ca0..f765917cd7 100644
--- a/indra/newview/llfloaterpathfindingbasic.h
+++ b/indra/newview/llfloaterpathfindingbasic.h
@@ -42,7 +42,8 @@ class LLFloaterPathfindingBasic
public:
virtual BOOL postBuild();
- virtual void onOpen(const LLSD& key);
+ virtual void onOpen(const LLSD& pKey);
+ virtual void onClose(bool pIsAppQuitting);
protected:
@@ -59,12 +60,12 @@ private:
void setAgentState(LLPathfindingManager::EAgentState pAgentState);
- LLTextBase *mStatusText;
- LLTextBase *mUnfreezeLabel;
- LLButton *mUnfreezeButton;
- LLTextBase *mFreezeLabel;
- LLButton *mFreezeButton;
- LLPathfindingManager::EAgentState mAgentState;
+ LLTextBase *mStatusText;
+ LLTextBase *mUnfreezeLabel;
+ LLButton *mUnfreezeButton;
+ LLTextBase *mFreezeLabel;
+ LLButton *mFreezeButton;
+ LLPathfindingManager::agent_state_slot_t mAgentStateSlot;
};
#endif // LL_LLFLOATERPATHFINDINGBASIC_H