diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llfloaterproperties.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-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.h | 4 |
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; | |||
47 | class LLRadioGroup; | 47 | class LLRadioGroup; |
48 | class LLTextBox; | 48 | class LLTextBox; |
49 | 49 | ||
50 | class LLPropertiesObserver; | ||
51 | |||
50 | class LLFloaterProperties : public LLFloater | 52 | class LLFloaterProperties : public LLFloater |
51 | { | 53 | { |
52 | public: | 54 | public: |
@@ -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 | ||
99 | class LLMultiProperties : public LLMultiFloater | 103 | class LLMultiProperties : public LLMultiFloater |