diff options
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.
|