diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-22 16:26:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-22 16:26:00 -0400 |
commit | 1f0addf6e48c54ab33e0f02bab27cdf6e86d55fb (patch) | |
tree | d24925b8260d4641961ad99829d54f775ed13c19 /indra/newview/lltoastnotifypanel.cpp | |
parent | 7637acf76e6a1170508e8bddd381c426d219b1ee (diff) | |
parent | 8a9dba5443142873e99e2649eb280a0d17cd256e (diff) |
merge changes for DRTVWR-152
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index a8060649ba..a473ee7ce0 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -52,7 +52,7 @@ const LLFontGL* LLToastNotifyPanel::sFontSmall = NULL; LLToastNotifyPanel::button_click_signal_t LLToastNotifyPanel::sButtonClickSignal; -LLToastNotifyPanel::LLToastNotifyPanel(LLNotificationPtr& notification, const LLRect& rect, bool show_images) : +LLToastNotifyPanel::LLToastNotifyPanel(const LLNotificationPtr& notification, const LLRect& rect, bool show_images) : LLToastPanel(notification), mTextBox(NULL), mInfoPanel(NULL), @@ -536,7 +536,7 @@ void LLToastNotifyPanel::onToastPanelButtonClicked(const LLUUID& notification_id } } -void LLToastNotifyPanel::disableRespondedOptions(LLNotificationPtr& notification) +void LLToastNotifyPanel::disableRespondedOptions(const LLNotificationPtr& notification) { LLSD response = notification->getResponse(); for (LLSD::map_const_iterator response_it = response.beginMap(); |