diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-07 17:09:44 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-07 17:09:44 -0800 |
commit | e64ec7e60c9f24cc3dff21f4215624a86670b8d6 (patch) | |
tree | 25132571ea5aeabffb7eef268707fe2370ba3c3f /indra/newview/llfloaterpathfindingcharacters.h | |
parent | 90c174d87667b2fc106d8d88a063f9ecf8aaff8d (diff) |
PATH-245: Integrating with the working sim-side cap service.
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingcharacters.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h index ae3a34f459..689d2ff418 100644 --- a/indra/newview/llfloaterpathfindingcharacters.h +++ b/indra/newview/llfloaterpathfindingcharacters.h @@ -34,6 +34,7 @@ #include "llhandle.h"
#include "llfloater.h"
#include "llpathfindingcharacter.h"
+#include "llselectmgr.h"
class LLSD;
class LLTextBase;
@@ -84,6 +85,7 @@ private: LLButton *mReturnBtn;
LLButton *mDeleteBtn;
LLButton *mTeleportBtn;
+ LLObjectSelectionHandle mSelection;
// Does its own instance management, so clients not allowed
// to allocate or destroy.
|