From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/newview/llfloatertelehub.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llfloatertelehub.h') 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 @@ #include "llfloater.h" class LLMessageSystem; +class LLObjectSelection; const S32 MAX_SPAWNPOINTS_PER_TELEHUB = 16; @@ -69,6 +70,8 @@ private: S32 mNumSpawn; LLVector3 mSpawnPointPos[MAX_SPAWNPOINTS_PER_TELEHUB]; + + LLHandle mObjectSelection; static LLFloaterTelehub* sInstance; }; -- cgit v1.1