diff options
Diffstat (limited to 'linden/indra/newview/llfloatergroups.cpp')
-rw-r--r-- | linden/indra/newview/llfloatergroups.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatergroups.cpp b/linden/indra/newview/llfloatergroups.cpp index 05a6927..11b58d5 100644 --- a/linden/indra/newview/llfloatergroups.cpp +++ b/linden/indra/newview/llfloatergroups.cpp | |||
@@ -93,7 +93,7 @@ LLFloaterGroups* LLFloaterGroups::show(const LLUUID& id, EGroupDialog type) | |||
93 | else | 93 | else |
94 | { | 94 | { |
95 | // Move the existing view to the front | 95 | // Move the existing view to the front |
96 | instance->open(); | 96 | instance->open(); /* Flawfinder: ignore */ |
97 | } | 97 | } |
98 | } | 98 | } |
99 | 99 | ||
@@ -119,7 +119,7 @@ LLFloaterGroups* LLFloaterGroups::show(const LLUUID& id, EGroupDialog type) | |||
119 | break; | 119 | break; |
120 | } | 120 | } |
121 | instance->center(); | 121 | instance->center(); |
122 | instance->open(); | 122 | instance->open(); /*Flawfinder: ignore*/ |
123 | } | 123 | } |
124 | } | 124 | } |
125 | return instance; | 125 | return instance; |