diff options
author | Oz Linden <oz@lindenlab.com> | 2013-08-05 15:27:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-08-05 15:27:05 -0400 |
commit | 629bda7cf371f2eb2e7fc9adbfd123d5a079093e (patch) | |
tree | d4fe34589117786ba491583e83c533487552b1f6 /indra/llplugin | |
parent | fe69b4049bdbdf36a179ccc28a2f253af13e61c5 (diff) | |
parent | 32b8d398eca5eaa4ca99aa48839ad64d97954cae (diff) |
merge changes for 3.6.2-release
Diffstat (limited to 'indra/llplugin')
-rwxr-xr-x | indra/llplugin/slplugin/slplugin-objc.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/slplugin-objc.mm b/indra/llplugin/slplugin/slplugin-objc.mm index a434739350..a5ab1d95c8 100755 --- a/indra/llplugin/slplugin/slplugin-objc.mm +++ b/indra/llplugin/slplugin/slplugin-objc.mm @@ -115,7 +115,7 @@ void LLCocoaPlugin::setupGroup() } -void LLCocoaPlugin::updateWindows() //SPATTERS give this a better name. +void LLCocoaPlugin::updateWindows() { // NSArray* window_list = [NSApp orderedWindows]; // NSWindow* current_window = [window_list objectAtIndex:0]; |