diff options
Diffstat (limited to 'linden/indra/newview/llfloaterbuildoptions.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbuildoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterbuildoptions.cpp b/linden/indra/newview/llfloaterbuildoptions.cpp index f93483a..be5cd4e 100644 --- a/linden/indra/newview/llfloaterbuildoptions.cpp +++ b/linden/indra/newview/llfloaterbuildoptions.cpp | |||
@@ -69,14 +69,14 @@ void LLFloaterBuildOptions::show(void*) | |||
69 | { | 69 | { |
70 | if (sInstance) | 70 | if (sInstance) |
71 | { | 71 | { |
72 | sInstance->open(); | 72 | sInstance->open(); /*Flawfinder: ignore*/ |
73 | } | 73 | } |
74 | else | 74 | else |
75 | { | 75 | { |
76 | LLFloaterBuildOptions* floater = new LLFloaterBuildOptions(); | 76 | LLFloaterBuildOptions* floater = new LLFloaterBuildOptions(); |
77 | 77 | ||
78 | gUICtrlFactory->buildFloater(floater, "floater_build_options.xml"); | 78 | gUICtrlFactory->buildFloater(floater, "floater_build_options.xml"); |
79 | floater->open(); | 79 | floater->open(); /*Flawfinder: ignore*/ |
80 | } | 80 | } |
81 | } | 81 | } |
82 | 82 | ||