summaryrefslogtreecommitdiff
path: root/indra/newview/llpopupview.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-09-27 09:46:20 -0700
committerRichard Nelson <none@none>2010-09-27 09:46:20 -0700
commitad440a68bb6a481f17ea8b0cb8f3cecf37502d51 (patch)
treeb41c81b55f73b6ebd4ee0a14dd195c07d7ce2d40 /indra/newview/llpopupview.cpp
parentb25d969b61eb1e4f114ee0e632d1de9777780e9f (diff)
parent57b8571a8acd559b7a92c2d5ffbfe96b0c4b5b98 (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));