summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index cb7679557e..be33de3cca 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -1020,7 +1020,7 @@ void LLTextureCtrl::showPicker(BOOL take_focus)
// Show the dialog
if( floaterp )
{
- floaterp->open( );
+ floaterp->open( ); /* Flawfinder: ignore */
}
else
{
@@ -1041,7 +1041,7 @@ void LLTextureCtrl::showPicker(BOOL take_focus)
mFloaterHandle = floaterp->getHandle();
gFloaterView->getParentFloater(this)->addDependentFloater(floaterp);
- floaterp->open();
+ floaterp->open(); /* Flawfinder: ignore */
}
if (take_focus)