summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelcontents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelcontents.cpp')
-rw-r--r--indra/newview/llpanelcontents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelcontents.cpp b/indra/newview/llpanelcontents.cpp
index e9b446568e..848a9c26ae 100644
--- a/indra/newview/llpanelcontents.cpp
+++ b/indra/newview/llpanelcontents.cpp
@@ -184,7 +184,7 @@ void LLPanelContents::onClickNewScript(void *userdata)
"Script: New Script",
object->mID,
LLUUID::null);
- editor->open();
+ editor->open(); /*Flawfinder: ignore*/
// keep onscreen
gFloaterView->adjustToFitScreen(editor, FALSE);