aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertelehub.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloatertelehub.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.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};