From 83c01b041d5b6527b3741b73d075afc4b7ad134c Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Thu, 16 Sep 2010 18:15:01 -0700 Subject: EXP-73 FIX hint cannot be dismissed with X and crashes browser when hint is triggered by user taking an object from inworld into inventory --- indra/llui/llnotificationtemplate.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'indra') diff --git a/indra/llui/llnotificationtemplate.h b/indra/llui/llnotificationtemplate.h index a4d393f874..6bc0d2aaff 100644 --- a/indra/llui/llnotificationtemplate.h +++ b/indra/llui/llnotificationtemplate.h @@ -74,28 +74,28 @@ struct LLNotificationTemplate struct UniquenessContext : public LLInitParam::Block { - private: - // this idiom allows - // - // as well as - // ... - Optional dummy_val; - public: Mandatory key; UniquenessContext() - : key("key"), - dummy_val("") + : key("key") {} }; struct UniquenessConstraint : public LLInitParam::Block { + private: + // this idiom allows + // + // as well as + // ... + Optional dummy_val; + public: Multiple contexts; UniquenessConstraint() - : contexts("context") + : contexts("context"), + dummy_val("") {} }; -- cgit v1.2.3