summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.cpp
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.cpp
parent7813c18f34ad2951ddbac40d90d360e332821c41 (diff)
converted LLToast::Params to be a param block
reviewed by James
Diffstat (limited to 'indra/newview/llscreenchannel.cpp')
-rw-r--r--indra/newview/llscreenchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscreenchannel.cpp b/indra/newview/llscreenchannel.cpp
index 816e161f65..04b6d40dfc 100644
--- a/indra/newview/llscreenchannel.cpp
+++ b/indra/newview/llscreenchannel.cpp
@@ -138,7 +138,7 @@ void LLScreenChannel::updatePositionAndSize(LLRect old_world_rect, LLRect new_wo
}
//--------------------------------------------------------------------------
-void LLScreenChannel::addToast(LLToast::Params p)
+void LLScreenChannel::addToast(const LLToast::Params& p)
{
bool store_toast = false, show_toast = false;