Hi Christophe,

when I try and build a PharoVM from the Cog sources after merging this pull request I get the following error:
    [gDelegateApp.squeakApplication setAboutWindow: [self keyWindow]];
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
1 error generated.```

It's coming from this method:

```@implementation SqueakOSXApplication
...
- (void)orderFrontStandardAboutPanel:(id)sender;
{
    [super orderFrontStandardAboutPanel: sender];
    [gDelegateApp.squeakApplication setAboutWindow: [self keyWindow]];
}```


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.