diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-02-05 16:36:19 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-02-05 16:36:19 +0200 |
commit | 1002980a7021fb764fc86ac92ecb6928f67a573b (patch) | |
tree | 71fe85de2178e00ffbb1400dce131c70459c0f12 /indra/newview/llimfloatercontainer.h | |
parent | 5138d54b8977ecba24f0c7e142ef1c465ae2756c (diff) |
Fixed critical bug EXT - 4906 (Viewer crashes after group message was sent if close IM chat from message sender previously)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index daf367da11..b07ef2d71d 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -51,6 +51,7 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); + void onCloseFloater(LLUUID& id); /*virtual*/ void addFloater(LLFloater* floaterp, BOOL select_added_floater, |