aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertelehub.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatertelehub.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatertelehub.h b/linden/indra/newview/llfloatertelehub.h
index ccc75bc..3458998 100644
--- a/linden/indra/newview/llfloatertelehub.h
+++ b/linden/indra/newview/llfloatertelehub.h
@@ -32,6 +32,7 @@
32#include "llfloater.h" 32#include "llfloater.h"
33 33
34class LLMessageSystem; 34class LLMessageSystem;
35class LLObjectSelection;
35 36
36const S32 MAX_SPAWNPOINTS_PER_TELEHUB = 16; 37const S32 MAX_SPAWNPOINTS_PER_TELEHUB = 16;
37 38
@@ -69,6 +70,8 @@ private:
69 70
70 S32 mNumSpawn; 71 S32 mNumSpawn;
71 LLVector3 mSpawnPointPos[MAX_SPAWNPOINTS_PER_TELEHUB]; 72 LLVector3 mSpawnPointPos[MAX_SPAWNPOINTS_PER_TELEHUB];
73
74 LLHandle<LLObjectSelection> mObjectSelection;
72 75
73 static LLFloaterTelehub* sInstance; 76 static LLFloaterTelehub* sInstance;
74}; 77};