diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-02 11:01:08 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-02 11:01:08 -0700 |
commit | ef5121ffb309c0317a4eb478e9527d33441377c2 (patch) | |
tree | 27f00f34caa4860416ed1ffc1e811df65392df1d /indra/newview/llimfloater.h | |
parent | 7f2ea292e10b10958b3e00a641b50b194f131e41 (diff) |
CHUI-481 : WIP : Make updateSessionName() a virtual method of LLIMConversation so we can eventually call it on events
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 8a0d6f10e0..ec3a96f694 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -139,8 +139,8 @@ private: /*virtual*/ void onClickCloseBtn(); - // Update the window title, input field help text, etc. - void updateSessionName(const std::string& ui_title, const std::string& ui_label); + // Update the window title and input field help text + /*virtual*/ void updateSessionName(const std::string& name); // For display name lookups for IM window titles void onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name); |