diff options
Diffstat (limited to 'objc_darwin.m')
| -rw-r--r-- | objc_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objc_darwin.m b/objc_darwin.m index 5783244..a5181e8 100644 --- a/objc_darwin.m +++ b/objc_darwin.m @@ -30,7 +30,7 @@ // because the only way to make a new NSControl/NSView is with a frame (it gets overridden later) NSRect dummyRect; -// this can be called before our NSApp is created, so keep a pool +// this can be called before our NSApp is created, so keep a pool to keep 10.6 happy id toNSString(char *str) { NSAutoreleasePool *pool; |
