diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatertelehub.h | 3 |
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 | ||
34 | class LLMessageSystem; | 34 | class LLMessageSystem; |
35 | class LLObjectSelection; | ||
35 | 36 | ||
36 | const S32 MAX_SPAWNPOINTS_PER_TELEHUB = 16; | 37 | const 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 | }; |