aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterrate.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterrate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterrate.h b/linden/indra/newview/llfloaterrate.h
index 591fb96..1b24383 100644
--- a/linden/indra/newview/llfloaterrate.h
+++ b/linden/indra/newview/llfloaterrate.h
@@ -40,6 +40,7 @@ class LLRadioGroup;
40class LLButton; 40class LLButton;
41class LLMessageSystem; 41class LLMessageSystem;
42class LLLineEditor; 42class LLLineEditor;
43class LLObjectSelection;
43 44
44class LLFloaterRate 45class LLFloaterRate
45: public LLFloater 46: public LLFloater
@@ -81,6 +82,7 @@ protected:
81 F32 mLastAppearance; 82 F32 mLastAppearance;
82 F32 mLastBuilding; 83 F32 mLastBuilding;
83 BOOL mReputationRequested; 84 BOOL mReputationRequested;
85 LLHandle<LLObjectSelection> mObjectSelection;
84}; 86};
85 87
86#endif 88#endif