summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-03-10 18:22:26 -0800
committerRichard Nelson <none@none>2010-03-10 18:22:26 -0800
commitdcbf0ab31ba256791e58dfc2aa3bf61609a8a797 (patch)
tree3d3559b54bc597eba53d5b0b6c5d6cbee274d7af /indra/llui/lltextbase.cpp
parent347585cf975afac59ec6b9960e093acd015627f5 (diff)
parent1e5fe95b1d2d4912a3c9d84e2c32ff141f0dc4d9 (diff)
merge
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 48aa406901..d514c0b389 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)