Backed out changeset 298497c8090c
Gosh, I don't know why this unused ctor actually matters, but it does. o.Omaster
parent
32d66e60fd
commit
5bf17543c2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue