diff options
author | Richard Nelson <richard@lindenlab.com> | 2009-10-21 21:53:06 +0000 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2009-10-21 21:53:06 +0000 |
commit | 5cb23717816ca7420c6eb5471dbbd386438929cb (patch) | |
tree | 60d35d8b7d5638e5cfec2ed521380b85994289e5 /indra/newview/llscreenchannel.cpp | |
parent | 7813c18f34ad2951ddbac40d90d360e332821c41 (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.cpp | 2 |
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; |