summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-08-25 17:33:54 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-08-25 17:33:54 +0300
commit7ea2f091a69794ce4aa121968175f69d88f0e644 (patch)
treed030c31b0079204ef530dfc1cf3deefde1fe82d7 /indra
parentb4ee80b91bfa1bdc427aaf5f5821e2a5590e21f4 (diff)
MAINT-6511 Buildfix
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/llfloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index b3048a9b16..93ee1ceee3 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);