diff options
| author | Richard Nelson <none@none> | 2010-03-10 18:22:26 -0800 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-03-10 18:22:26 -0800 |
| commit | dcbf0ab31ba256791e58dfc2aa3bf61609a8a797 (patch) | |
| tree | 3d3559b54bc597eba53d5b0b6c5d6cbee274d7af /indra/llui/lltextbase.cpp | |
| parent | 347585cf975afac59ec6b9960e093acd015627f5 (diff) | |
| parent | 1e5fe95b1d2d4912a3c9d84e2c32ff141f0dc4d9 (diff) | |
merge
Diffstat (limited to 'indra/llui/lltextbase.cpp')
| -rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
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) |
