diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-05-21 17:45:28 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-05-21 17:45:28 +0300 |
commit | 32717690ee6a9f33ca909f0df0226e9533f69399 (patch) | |
tree | e7525de94ffc9b1f99e1b64c995fc2e6b34977be /indra/newview/lltoastnotifypanel.cpp | |
parent | 7251f780ff5ecf1c804e1d198bbeb015290c919a (diff) |
gcc build fix.
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 77a5a5d17d..3692fd5672 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -57,7 +57,7 @@ LLToastNotifyPanel::button_click_signal_t LLToastNotifyPanel::sButtonClickSignal LLToastNotifyPanel::LLToastNotifyPanel(const LLNotificationPtr& notification, const LLRect& rect, bool show_images) : LLToastPanel(notification), - LLInstanceTracker(notification->getID()) + LLInstanceTracker<LLToastNotifyPanel, LLUUID>(notification->getID()) { init(rect, show_images); |