diff options
author | dmitry <none@none> | 2013-08-06 13:18:12 +0300 |
---|---|---|
committer | dmitry <none@none> | 2013-08-06 13:18:12 +0300 |
commit | d249264143160dea5f973cdaec2fb3bde0ef463a (patch) | |
tree | b0af43eee0d69d7854692e26f4b96f719c99395f /indra/llplugin/slplugin | |
parent | 106f161a6e33cef2ef1651dff829aca0193e04ee (diff) | |
parent | 237dbb26f3c54157a4240b539e40c92f98b9f75f (diff) |
Merge
Diffstat (limited to 'indra/llplugin/slplugin')
-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]; |