aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterproperties.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llfloaterproperties.h
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/llfloaterproperties.h')
-rw-r--r--linden/indra/newview/llfloaterproperties.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterproperties.h b/linden/indra/newview/llfloaterproperties.h
index d4461fd..a459616 100644
--- a/linden/indra/newview/llfloaterproperties.h
+++ b/linden/indra/newview/llfloaterproperties.h
@@ -47,6 +47,8 @@ class LLLineEditor;
47class LLRadioGroup; 47class LLRadioGroup;
48class LLTextBox; 48class LLTextBox;
49 49
50class LLPropertiesObserver;
51
50class LLFloaterProperties : public LLFloater 52class LLFloaterProperties : public LLFloater
51{ 53{
52public: 54public:
@@ -94,6 +96,8 @@ protected:
94 96
95 typedef std::map<LLUUID, LLFloaterProperties*, lluuid_less> instance_map; 97 typedef std::map<LLUUID, LLFloaterProperties*, lluuid_less> instance_map;
96 static instance_map sInstances; 98 static instance_map sInstances;
99 static LLPropertiesObserver* sPropertiesObserver;
100 static S32 sPropertiesObserverCount;
97}; 101};
98 102
99class LLMultiProperties : public LLMultiFloater 103class LLMultiProperties : public LLMultiFloater