mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove compiler error
This commit is contained in:
committed by
Allan Odgaard
parent
2df7620b8d
commit
2eaa97b1dc
@@ -86,7 +86,7 @@ OAK_DEBUG_VAR(HTMLOutput_JSBridge);
|
||||
|
||||
- (double)progress
|
||||
{
|
||||
return [_delegate progress];
|
||||
return [(id <HOJSBridgeDelegate>)_delegate progress];
|
||||
}
|
||||
|
||||
- (void)log:(NSString*)aMessage
|
||||
|
||||
Reference in New Issue
Block a user