summaryrefslogtreecommitdiff
path: root/indra/llui/llnotificationtemplate.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-11 13:38:19 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-11 13:38:19 -0400
commitf1e907ecbeb43d56066bc365a4550931dfc5e7eb (patch)
tree5642c656a58e6c68897b6196c2991892c4009d00 /indra/llui/llnotificationtemplate.h
parentd7f123ab526df7dbef153e0de71f325ab1b69571 (diff)
parentbe251b06eb785a2d301115f9c231eb5f3c906224 (diff)
merge
Diffstat (limited to 'indra/llui/llnotificationtemplate.h')
-rw-r--r--indra/llui/llnotificationtemplate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llnotificationtemplate.h b/indra/llui/llnotificationtemplate.h
index eff572b553..ab777d37a5 100644
--- a/indra/llui/llnotificationtemplate.h
+++ b/indra/llui/llnotificationtemplate.h
@@ -88,10 +88,10 @@ struct LLNotificationTemplate
{
private:
// this idiom allows
- // <notification unique="true">
+ // <notification> <unique/> </notification>
// as well as
// <notification> <unique> <context></context> </unique>...
- Optional<bool> dummy_val;
+ Flag dummy_val;
public:
Multiple<UniquenessContext> contexts;