diff options
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index 83c74c8530..1d26c00cd3 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -36,6 +36,7 @@ #include "llpathfindingmanager.h"
class LLSD;
+class LLUICtrl;
class LLTextBase;
class LLScrollListCtrl;
class LLLineEditor;
@@ -126,6 +127,7 @@ private: void onReturnClicked();
void onDeleteClicked();
void onTeleportClicked();
+ void onWalkabilityCoefficientEntered(LLUICtrl *pUICtrl);
void onApplyChangesClicked();
void onAgentStateCB(LLPathfindingManager::EAgentState pAgentState);
|