diff options
| author | richard <none@none> | 2009-11-05 16:30:51 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-11-05 16:30:51 -0800 |
| commit | 52b174d316b5f26bbc0722a6816e387d5a6565b3 (patch) | |
| tree | 4c1f1b9caacd93fd544b3880e9c84f3db41d3841 /indra/newview/llspeakbutton.cpp | |
| parent | 81192236ac44ea500ea6ec6f8de32be11e9165ca (diff) | |
| parent | 29d8ee76f12e151c0e305933cc7de2daed661430 (diff) | |
merge
Diffstat (limited to 'indra/newview/llspeakbutton.cpp')
| -rw-r--r-- | indra/newview/llspeakbutton.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llspeakbutton.cpp b/indra/newview/llspeakbutton.cpp index cd765b0338..0b9c81dcc1 100644 --- a/indra/newview/llspeakbutton.cpp +++ b/indra/newview/llspeakbutton.cpp @@ -120,6 +120,8 @@ LLSpeakButton::LLSpeakButton(const Params& p) LLSpeakButton::~LLSpeakButton() { + LLTransientFloaterMgr::getInstance()->removeControlView(mSpeakBtn); + LLTransientFloaterMgr::getInstance()->removeControlView(mShowBtn); } void LLSpeakButton::setSpeakBtnToggleState(bool state) |
