diff options
Diffstat (limited to 'linden/indra/llui/llview.cpp')
-rw-r--r-- | linden/indra/llui/llview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llview.cpp b/linden/indra/llui/llview.cpp index ef91d9c..9442a5c 100644 --- a/linden/indra/llui/llview.cpp +++ b/linden/indra/llui/llview.cpp | |||
@@ -791,6 +791,7 @@ BOOL LLView::setLabelArg(const LLString& key, const LLStringExplicit& text) | |||
791 | return FALSE; | 791 | return FALSE; |
792 | } | 792 | } |
793 | 793 | ||
794 | // virtual | ||
794 | void LLView::onVisibilityChange ( BOOL new_visibility ) | 795 | void LLView::onVisibilityChange ( BOOL new_visibility ) |
795 | { | 796 | { |
796 | for ( child_list_iter_t child_it = mChildList.begin(); child_it != mChildList.end(); ++child_it) | 797 | for ( child_list_iter_t child_it = mChildList.begin(); child_it != mChildList.end(); ++child_it) |