Maarten Lankhorst : include: Fix typo in audiopolicy.

Alexandre Julliard julliard at winehq.org
Mon Dec 7 10:26:17 CST 2009


Module: wine
Branch: master
Commit: 7c2e09615cfa4ed86e06d9d4b62df30fbe757569
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c2e09615cfa4ed86e06d9d4b62df30fbe757569

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Mon Dec  7 08:25:23 2009 +0100

include: Fix typo in audiopolicy.

---

 include/audiopolicy.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/audiopolicy.idl b/include/audiopolicy.idl
index 2344f91..1221a54 100644
--- a/include/audiopolicy.idl
+++ b/include/audiopolicy.idl
@@ -181,7 +181,7 @@ interface IAudioVolumeDuckNotification : IUnknown
         [in] LPCWSTR sessionID,
         [in] UINT32 countCommunicationSessions
     );
-    HRESULT OnVolumeUndockNotification(
+    HRESULT OnVolumeUnduckNotification(
         [in] LPCWSTR sessionID
     );
 };




More information about the wine-cvs mailing list