diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-12 17:43:47 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-12 17:43:47 -0700 |
commit | 309ebb84a8cf93e03e2594525aa128b3002040bf (patch) | |
tree | 53133ec64c6419f44389a071269cd0709703fff2 /indra/newview/llnearbychatbar.h | |
parent | f95922c27330b12ba22434203bf6955c06b74ba4 (diff) |
* Floater positioning now based on position of other cascading windows currently
open.
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 5a7edac1bb..bc00c1b9fc 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -71,7 +71,7 @@ protected: void onChatBoxCommit(); void onChatFontChange(LLFontGL* fontp); - /* virtual */ void applyRectControl(); + /* virtual */ bool applyRectControl(); void onToggleNearbyChatPanel(); |