diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-10 17:13:16 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-10 17:13:16 +0300 |
commit | a06256838cfc59c59d50bca0d75ad1b121bdd096 (patch) | |
tree | d7a33d39a14b747fb0d85999cb913d4faa36f3cc | |
parent | 6cf49a4a715c9f498d4b063f8d74e295be1f418c (diff) |
build fix
-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 |