summaryrefslogtreecommitdiff
path: root/indra/newview/llhudview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudview.cpp')
-rw-r--r--indra/newview/llhudview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llhudview.cpp b/indra/newview/llhudview.cpp
index e40e84b9da..7f549bb2eb 100644
--- a/indra/newview/llhudview.cpp
+++ b/indra/newview/llhudview.cpp
@@ -52,8 +52,8 @@ LLHUDView *gHUDView = NULL;
const S32 HUD_ARROW_SIZE = 32;
-LLHUDView::LLHUDView(const std::string& name, const LLRect& rect)
-: LLView(name, rect, FALSE)
+LLHUDView::LLHUDView()
+: LLPanel()
{ }
LLHUDView::~LLHUDView()