fixed: typo in initWithGraphicsPort: declaration

This commit is contained in:
daboe01
2019-03-31 17:37:44 +02:00
parent 6853c4c212
commit 302cbf641e
+1 -1
View File
@@ -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];