diff options
Diffstat (limited to 'indra/newview/llfloaterproperties.h')
-rw-r--r-- | indra/newview/llfloaterproperties.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterproperties.h b/indra/newview/llfloaterproperties.h index 7b1cb5d77c..8f96bf7078 100644 --- a/indra/newview/llfloaterproperties.h +++ b/indra/newview/llfloaterproperties.h @@ -47,6 +47,8 @@ class LLLineEditor; class LLRadioGroup; class LLTextBox; +class LLPropertiesObserver; + class LLFloaterProperties : public LLFloater { public: @@ -94,6 +96,8 @@ protected: typedef std::map<LLUUID, LLFloaterProperties*, lluuid_less> instance_map; static instance_map sInstances; + static LLPropertiesObserver* sPropertiesObserver; + static S32 sPropertiesObserverCount; }; class LLMultiProperties : public LLMultiFloater |