diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterrate.h | 2 |
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; | |||
40 | class LLButton; | 40 | class LLButton; |
41 | class LLMessageSystem; | 41 | class LLMessageSystem; |
42 | class LLLineEditor; | 42 | class LLLineEditor; |
43 | class LLObjectSelection; | ||
43 | 44 | ||
44 | class LLFloaterRate | 45 | class 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 |