diff options
author | richard <none@none> | 2010-02-01 13:50:35 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-01 13:50:35 -0800 |
commit | 08adb4cfed36b6eda2446c3454637f3ac0a644e6 (patch) | |
tree | 50146ea6540c1c7462416b6dbe3343939c6250c0 /indra/newview/llavatarlist.h | |
parent | acc33dfe75f3667f6478bac00c2a634e2605f851 (diff) | |
parent | 8dbb2c6fd12bf86492ed1cf08e89fa064a23057b (diff) |
merge
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r-- | indra/newview/llavatarlist.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h index a58a562378..aeed4fee08 100644 --- a/indra/newview/llavatarlist.h +++ b/indra/newview/llavatarlist.h @@ -57,11 +57,11 @@ public: struct Params : public LLInitParam::Block<Params, LLFlatListView::Params> { - Optional<bool> ignore_online_status; // show all items as online - Optional<bool> show_last_interaction_time; // show most recent interaction time. *HACK: move this to a derived class - Optional<bool> show_info_btn; - Optional<bool> show_profile_btn; - Optional<bool> show_speaking_indicator; + Optional<bool> ignore_online_status, // show all items as online + show_last_interaction_time, // show most recent interaction time. *HACK: move this to a derived class + show_info_btn, + show_profile_btn, + show_speaking_indicator; Params(); }; |