diff options
author | Merov Linden <merov@lindenlab.com> | 2012-07-09 18:02:19 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-07-09 18:02:19 -0700 |
commit | 550c6e369474a68bf43af039cd522165eaac1512 (patch) | |
tree | f5e21f7861a1e5599a59acec5ee12fc12d12c4a4 /indra/newview/llimconversation.h | |
parent | 1d41ff232870428022006875e98df5be21731c68 (diff) | |
parent | 9ab042dd1d003da15dd579f366db04d4aae3ff6b (diff) |
Pull from richard/viewer-chui
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index 50663137ac..682779a44b 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -78,7 +78,7 @@ protected: bool onIMShowModesMenuItemCheck(const LLSD& userdata); bool onIMShowModesMenuItemEnable(const LLSD& userdata); static void onSlide(LLIMConversation *self); - void onTearOffClicked(); + virtual void onTearOffClicked(); // refresh a visual state of the Call button void updateCallBtnState(bool callIsActive); |