diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-02-25 23:49:41 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-02-25 23:49:41 -0800 |
commit | 3b4e4f8bc98832ac5fdd211dbf4a611e24c076a6 (patch) | |
tree | 8d442a6c9b467f144e7feb9eab58bdcec409c6ed /indra/newview/llfloaterpathfindinglinksets.h | |
parent | 460a58bfc4eea07b5cdcb6192a955cb180fb9297 (diff) |
PATH-341: BUGFIX Clamping the walkability coefficient text inputs to maximum value.
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);
|