diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-05 15:35:12 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-05 15:35:12 -0700 |
commit | 546c2583af7e34784a9e970c70fcfe47ba691e4d (patch) | |
tree | edce83763775be82b2a7b5330fe703acad57bd1b /indra/newview/llfloaterpathfindingcharacters.h | |
parent | 9db2061e1db177f8e13e9c94b672b27bc325ec81 (diff) |
Altering the method name.
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingcharacters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h index 7f586359df..fe24b6c562 100644 --- a/indra/newview/llfloaterpathfindingcharacters.h +++ b/indra/newview/llfloaterpathfindingcharacters.h @@ -73,7 +73,7 @@ private: LLSD buildCharacterScrollListData(const LLPathfindingCharacter *pCharacterPtr) const; - void updateStateOnEditFields(); + void updateStateOnActionFields(); void updateOnScrollListChange(); void showCapsule() const; |