summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-10 20:32:56 -0800
committerJames Cook <james@lindenlab.com>2010-03-10 20:32:56 -0800
commitf0d3ea53cd570eeca88df1d0c7d8a73c0877789b (patch)
tree7cfb648d666fcfeaf7fc5ef2b13bb21870bedc0a /indra/llui/lltextbase.cpp
parentdbc22bea7bba0c903a5090b24814f97b61a604b6 (diff)
parentdcbf0ab31ba256791e58dfc2aa3bf61609a8a797 (diff)
Merge latest from viewer-hotfix, including fix for TOS screen
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index 063caae5c9..134a732287 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -246,7 +246,7 @@ LLTextBase::~LLTextBase()
{
// Menu, like any other LLUICtrl, is deleted by its parent - gMenuHolder
- clearSegments();
+ mSegments.clear();
}
void LLTextBase::initFromParams(const LLTextBase::Params& p)