summaryrefslogtreecommitdiff
path: root/indra/newview/llpopupview.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-09-22 12:28:33 -0700
committerRichard Linden <none@none>2010-09-22 12:28:33 -0700
commitb2fb189be08fb31c65113a343b066d3f9f8909b0 (patch)
treec97777b11376e83de72ce2b9f7a96bde347b4173 /indra/newview/llpopupview.cpp
parent266b3843b75fb9b8da7d2b3c824224a1b94697a5 (diff)
parentaa7d505882f07cffea8b7cd145296f3c114c3f50 (diff)
merge
Diffstat (limited to 'indra/newview/llpopupview.cpp')
-rw-r--r--indra/newview/llpopupview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpopupview.cpp b/indra/newview/llpopupview.cpp
index 499b6a8f5f..18035c42f4 100644
--- a/indra/newview/llpopupview.cpp
+++ b/indra/newview/llpopupview.cpp
@@ -40,7 +40,8 @@ bool view_visible(LLView* viewp)
}
-LLPopupView::LLPopupView()
+LLPopupView::LLPopupView(const LLPopupView::Params& p)
+: LLPanel(p)
{
// register ourself as handler of UI popups
LLUI::setPopupFuncs(boost::bind(&LLPopupView::addPopup, this, _1), boost::bind(&LLPopupView::removePopup, this, _1), boost::bind(&LLPopupView::clearPopups, this));