diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloatertelehub.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
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 | }; |