FROM : Jeff LaMarche
DATE : Sun Mar 30 21:33:13 2008
On Mar 30, 2008, at 3:30 PM, Jeff LaMarche wrote:
> [invocation target] performSelector:[invocation selector]
> withObject:fh];
Actually, that would be:
[[invocation target] performSelector:[invocation selector]
withObject:con];
missed a bracket when I copied and pasted :)
DATE : Sun Mar 30 21:33:13 2008
On Mar 30, 2008, at 3:30 PM, Jeff LaMarche wrote:
> [invocation target] performSelector:[invocation selector]
> withObject:fh];
Actually, that would be:
[[invocation target] performSelector:[invocation selector]
withObject:con];
missed a bracket when I copied and pasted :)
| Related mails | Author | Date |
|---|---|---|
| Jeff LaMarche | Mar 30, 21:30 | |
| Jeff LaMarche | Mar 30, 21:33 | |
| Boaz Stuller | Mar 30, 22:48 |






Cocoa mail archive

