diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-13 18:32:06 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-13 18:32:06 -0800 |
commit | 76959fdb455e5fc3f08b0e1f61f13f14c0d87303 (patch) | |
tree | ee9b5c6df9fe00a75b9bdd5b68218bb25ed3d98e /indra/newview/llfloaterpathfindingconsole.h | |
parent | 0f61d3e60f89f4a2b22732c5acf1ff85bbbe4f77 (diff) |
PATH-284: Hooking up the characters button to open the characters floater.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 5a7edeb126..2a813de657 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -90,6 +90,7 @@ private: void onShowWorldToggle(); void onCharacterWidthSet(); void onCharacterTypeSwitch(); + void onViewCharactersClicked(); void onViewEditLinksetClicked(); void generatePath(); |