diff options
| author | James Cook <james@lindenlab.com> | 2010-03-10 20:32:56 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-03-10 20:32:56 -0800 |
| commit | f0d3ea53cd570eeca88df1d0c7d8a73c0877789b (patch) | |
| tree | 7cfb648d666fcfeaf7fc5ef2b13bb21870bedc0a /indra/llui/lltextbase.cpp | |
| parent | dbc22bea7bba0c903a5090b24814f97b61a604b6 (diff) | |
| parent | dcbf0ab31ba256791e58dfc2aa3bf61609a8a797 (diff) | |
Merge latest from viewer-hotfix, including fix for TOS screen
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 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) |
