summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2009-10-21 21:53:06 +0000
committerRichard Nelson <richard@lindenlab.com>2009-10-21 21:53:06 +0000
commit5cb23717816ca7420c6eb5471dbbd386438929cb (patch)
tree60d35d8b7d5638e5cfec2ed521380b85994289e5 /indra/newview/llscreenchannel.h
parent7813c18f34ad2951ddbac40d90d360e332821c41 (diff)
converted LLToast::Params to be a param block
reviewed by James
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r--indra/newview/llscreenchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h
index 459c28ac7c..07bbea3014 100644
--- a/indra/newview/llscreenchannel.h
+++ b/indra/newview/llscreenchannel.h
@@ -158,7 +158,7 @@ public:
// Operating with toasts
// add a toast to a channel
- void addToast(LLToast::Params p);
+ void addToast(const LLToast::Params& p);
// kill or modify a toast by its ID
void killToastByNotificationID(LLUUID id);
void modifyToastByNotificationID(LLUUID id, LLPanel* panel);