diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index b3048a9b1613305f6f7d7c6d8903017191cf8018..93ee1ceee32fd5c473585b88c0c69e1fb98cb8f4 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -2320,7 +2320,7 @@ void LLFloaterView::restoreAll() // make sure all subwindows aren't minimized for ( child_list_const_iter_t child_it = getChildList()->begin(); child_it != getChildList()->end(); ++child_it) { - LLFloater* floaterp = nullptr; + LLFloater* floaterp = NULL; try { floaterp = dynamic_cast<LLFloater*>(*child_it);