mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
fixed: typo in initWithGraphicsPort: declaration
This commit is contained in:
@@ -92,7 +92,7 @@ var CPGraphicsContextCurrent = nil,
|
||||
@param aGraphicsPort the graphics port to initialize with
|
||||
@return the initialized context
|
||||
*/
|
||||
- (id)initWithGraphicsPort:(CPContext)aGraphicsPort
|
||||
- (id)initWithGraphicsPort:(CGContext)aGraphicsPort
|
||||
{
|
||||
self = [super init];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user