diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimconversation.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index 94a3a7781b..f21be94ee2 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -95,6 +95,9 @@ protected: void hideOrShowTitle(); // toggle the floater's drag handle void hideAllStandardButtons(); + /// Update floater header and toolbar buttons when hosted/torn off state is toggled. + void updateHeaderAndToolbar(); + bool mIsNearbyChat; bool mIsP2PChat; @@ -114,8 +117,6 @@ private: /// Refreshes the floater at a constant rate. virtual void refresh() = 0; - /// Update floater header and toolbar buttons when hosted/torn off state is toggled. - void updateHeaderAndToolbar(); /** * Adjusts chat history height to fit vertically with input chat field |