diff options
author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-04 12:54:44 +0200 |
---|---|---|
committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-04 12:54:44 +0200 |
commit | 459e7e268462e93d7e3ec680f4ecf8c120b19a05 (patch) | |
tree | 60d62dfec1db66f27af37900e306c3905638038a /indra/newview/llchiclet.h | |
parent | 5202334de82a8dbf8f2616fd323291826c17077b (diff) |
Implemented normal subtask EXT-1516 - Implement chiclet for ad-hoc chat.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r-- | indra/newview/llchiclet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index 6eefd9829f..f82259c73e 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -457,6 +457,8 @@ public: Optional<bool> show_speaker; + Optional<LLColor4> avatar_icon_color; + Params(); }; |