summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-03-18 11:44:13 -0700
committerRichard Linden <none@none>2010-03-18 11:44:13 -0700
commit3e2db3d3364e3bb146da9d94b25638bd9fd7de29 (patch)
tree10ea7b993b970b098d6d6d689e05445794ea4f26 /indra
parent37b188d92945a22f8b0c37c51c6151c122904131 (diff)
oops, type right before commit :(
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpopupview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpopupview.cpp b/indra/newview/llpopupview.cpp
index dcde1325bf..b010f4d72f 100644
--- a/indra/newview/llpopupview.cpp
+++ b/indra/newview/llpopupview.cpp
@@ -207,7 +207,7 @@ void LLPopupView::addPopup(LLView* popup)
{
if (popup)
{
- mPopups.remove(popuip->getHandle());
+ mPopups.remove(popup->getHandle());
mPopups.push_front(popup->getHandle());
}
}