Fix harmless warning about missing return type in initWithSession:
The return type defaults to "id" anyhow, but it's better to specify it explicitly.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
@implementation wxWebSessionDelegate
|
@implementation wxWebSessionDelegate
|
||||||
|
|
||||||
- initWithSession:(wxWebSessionURLSession*)session
|
- (id)initWithSession:(wxWebSessionURLSession*)session
|
||||||
{
|
{
|
||||||
m_session = session;
|
m_session = session;
|
||||||
m_requests = [[NSMapTable weakToStrongObjectsMapTable] retain];
|
m_requests = [[NSMapTable weakToStrongObjectsMapTable] retain];
|
||||||
|
Reference in New Issue
Block a user