diff options
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 |