aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:18 -0500
committerJacek Antonelli2008-08-15 23:45:18 -0500
commitad2310656299467c775738fcdbc5840bd492df8d (patch)
tree61a3e7b568d04f12e7a42c962828e9334954811d /linden/indra/llui/llview.cpp
parentSecond Life viewer sources 1.18.5.1-RC (diff)
downloadmeta-impy-ad2310656299467c775738fcdbc5840bd492df8d.zip
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.gz
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.bz2
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.xz
Second Life viewer sources 1.18.5.2-RC
Diffstat (limited to 'linden/indra/llui/llview.cpp')
-rw-r--r--linden/indra/llui/llview.cpp1
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
794void LLView::onVisibilityChange ( BOOL new_visibility ) 795void 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)