diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 13:59:54 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 13:59:54 -0800 |
commit | 5bf17543c2f920509ff2ffe713f4fff6ae10bdae (patch) | |
tree | 6f68db05e413340e0761e8ac68ad18616f819740 /indra/llui/llnotifications.h | |
parent | 32d66e60fddb26d0736149e16b1b57f7aa186146 (diff) |
Backed out changeset 298497c8090c
Gosh, I don't know why this unused ctor actually matters, but it does. o.O
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index 44ff7894ac..aeb4cebf1b 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -369,6 +369,10 @@ private: LLNotification(const Params& p); + // this is just for making it easy to look things up in a set organized by UUID -- DON'T USE IT + // for anything real! + LLNotification(LLUUID uuid) : mId(uuid) {} + void cancel(); bool payloadContainsAll(const std::vector<std::string>& required_fields) const; |