From fbc0e795b114ddbfb73cc62ce25a1e9a1cafacba Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Tue, 27 Apr 2010 16:08:56 -0700 Subject: added empty param blocks to registered widgets that didn't have them made LLDefaultChildRegistry::Register errors actually crash the client...llerrs doesn't work in static initializers --- indra/newview/llchiclet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llchiclet.h') 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{}; + protected: LLNotificationChiclet(const Params& p); -- cgit v1.2.3