summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbuildoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbuildoptions.cpp')
-rw-r--r--indra/newview/llfloaterbuildoptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterbuildoptions.cpp b/indra/newview/llfloaterbuildoptions.cpp
index de58497430..5ca8a1fb00 100644
--- a/indra/newview/llfloaterbuildoptions.cpp
+++ b/indra/newview/llfloaterbuildoptions.cpp
@@ -50,14 +50,14 @@ void LLFloaterBuildOptions::show(void*)
{
if (sInstance)
{
- sInstance->open();
+ sInstance->open(); /*Flawfinder: ignore*/
}
else
{
LLFloaterBuildOptions* floater = new LLFloaterBuildOptions();
gUICtrlFactory->buildFloater(floater, "floater_build_options.xml");
- floater->open();
+ floater->open(); /*Flawfinder: ignore*/
}
}