summaryrefslogtreecommitdiff
path: root/indra/newview/llhudview.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-08-20 10:15:37 -0700
committerRichard Nelson <none@none>2010-08-20 10:15:37 -0700
commit6bbd490107abe162c114ccd990636ae6b16f46f8 (patch)
tree13d7f4c1da1f28fe7ed8b73bcea82cea35ba9526 /indra/newview/llhudview.cpp
parent48e0087ce3096e3ebe778124cdb21b87eedcc07c (diff)
parent02d8197019dcecec7aee80a104c4644ddb4807ca (diff)
merge
Diffstat (limited to 'indra/newview/llhudview.cpp')
-rw-r--r--indra/newview/llhudview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudview.cpp b/indra/newview/llhudview.cpp
index beb3b4340a..ae3204e35c 100644
--- a/indra/newview/llhudview.cpp
+++ b/indra/newview/llhudview.cpp
@@ -56,7 +56,7 @@ const S32 HUD_ARROW_SIZE = 32;
LLHUDView::LLHUDView(const LLRect& r)
{
- buildPanel(this, "panel_hud.xml");
+ buildFromFile( "panel_hud.xml");
setShape(r, true);
}