diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-04-28 18:05:19 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-04-28 18:05:19 +0300 |
commit | fe4b6a8d78c98db4c7d55877209ca272fa73b3d9 (patch) | |
tree | f55d8768d9821108faf5d0048267bacd262731bc /indra/newview/llchiclet.h | |
parent | 8e0a73f0edea77c6fac4303a5a77a72f1db4a233 (diff) | |
parent | 96df3f3eb1351973d140ba73b507de44b1052c89 (diff) |
Merge with default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r-- | indra/newview/llchiclet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index 489c66be71..9d421b4f0b 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -921,6 +921,9 @@ protected: class LLNotificationChiclet : public LLSysWellChiclet { friend class LLUICtrlFactory; +public: + struct Params : public LLInitParam::Block<Params, LLSysWellChiclet::Params>{}; + protected: LLNotificationChiclet(const Params& p); |