rdpsnd->Initialize requires two arguments
Fixes rdpsnd->Initialize() to have two arguments. Fixes compilation on XCode 5. To be tested.
This commit is contained in:
parent
15d2b35574
commit
b05c43c602
@ -161,7 +161,7 @@ BOOL mf_peer_rdpsnd_init(mfPeerContext* context)
|
||||
|
||||
context->rdpsnd->Activated = mf_peer_rdpsnd_activated;
|
||||
|
||||
context->rdpsnd->Initialize(context->rdpsnd);
|
||||
context->rdpsnd->Initialize(context->rdpsnd, TRUE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user