aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterscriptdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterscriptdebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterscriptdebug.cpp b/linden/indra/newview/llfloaterscriptdebug.cpp
index 0781f7c..94047cb 100644
--- a/linden/indra/newview/llfloaterscriptdebug.cpp
+++ b/linden/indra/newview/llfloaterscriptdebug.cpp
@@ -66,7 +66,7 @@ void LLFloaterScriptDebug::show(const LLUUID& object_id)
66 LLFloater* floaterp = addOutputWindow(object_id); 66 LLFloater* floaterp = addOutputWindow(object_id);
67 if (sInstance) 67 if (sInstance)
68 { 68 {
69 sInstance->open(); 69 sInstance->open(); /* Flawfinder: ignore */
70 sInstance->showFloater(floaterp); 70 sInstance->showFloater(floaterp);
71 } 71 }
72} 72}
@@ -225,7 +225,7 @@ LLFloaterScriptDebugOutput* LLFloaterScriptDebugOutput::show(const LLUUID& objec
225 { 225 {
226 floaterp = new LLFloaterScriptDebugOutput(object_id); 226 floaterp = new LLFloaterScriptDebugOutput(object_id);
227 sInstanceMap[object_id] = floaterp; 227 sInstanceMap[object_id] = floaterp;
228 floaterp->open(); 228 floaterp->open(); /* Flawfinder: ignore*/
229 } 229 }
230 else 230 else
231 { 231 {