diff options
author | Richard Linden <none@none> | 2010-04-27 16:08:56 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-04-27 16:08:56 -0700 |
commit | fbc0e795b114ddbfb73cc62ce25a1e9a1cafacba (patch) | |
tree | eae093fa71b3fbe7c6901fc3326785102627a65f /indra/newview | |
parent | 48b3ac20d99e842b6d7adba63e9fa75a7d5cd82c (diff) |
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
Diffstat (limited to 'indra/newview')
-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); |