include: Fix typo in audiopolicy.

This commit is contained in:
Maarten Lankhorst 2009-12-07 08:25:23 +01:00 committed by Alexandre Julliard
parent 796c33c53e
commit 7c2e09615c

View file

@ -181,7 +181,7 @@ interface IAudioVolumeDuckNotification : IUnknown
[in] LPCWSTR sessionID,
[in] UINT32 countCommunicationSessions
);
HRESULT OnVolumeUndockNotification(
HRESULT OnVolumeUnduckNotification(
[in] LPCWSTR sessionID
);
};