summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-04-28 18:05:19 +0300
committerMike Antipov <mantipov@productengine.com>2010-04-28 18:05:19 +0300
commitfe4b6a8d78c98db4c7d55877209ca272fa73b3d9 (patch)
treef55d8768d9821108faf5d0048267bacd262731bc /indra/newview/llchiclet.h
parent8e0a73f0edea77c6fac4303a5a77a72f1db4a233 (diff)
parent96df3f3eb1351973d140ba73b507de44b1052c89 (diff)
Merge with default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r--indra/newview/llchiclet.h3
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);