Dylan Smith : include: Replace a THIS, with THIS_ for a method with parameters.

Alexandre Julliard julliard at winehq.org
Thu May 12 13:57:47 CDT 2011


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

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Wed May 11 16:34:16 2011 -0400

include: Replace a THIS, with THIS_ for a method with parameters.

---

 include/d3dx9anim.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/d3dx9anim.h b/include/d3dx9anim.h
index 1a91c94..142acba 100644
--- a/include/d3dx9anim.h
+++ b/include/d3dx9anim.h
@@ -349,7 +349,7 @@ DECLARE_INTERFACE_(ID3DXAnimationController, IUnknown)
     STDMETHOD_(D3DXEVENTHANDLE, KeyTrackEnable)(THIS_ UINT track, BOOL new_enable, DOUBLE start_time) PURE;
     STDMETHOD_(D3DXEVENTHANDLE, KeyPriorityBlend)(THIS_ FLOAT new_blend_weight,
             DOUBLE start_time, DOUBLE duration, D3DXTRANSITION_TYPE transition) PURE;
-    STDMETHOD(UnkeyEvent)(THIS, D3DXEVENTHANDLE event) PURE;
+    STDMETHOD(UnkeyEvent)(THIS_ D3DXEVENTHANDLE event) PURE;
     STDMETHOD(UnkeyAllTrackEvents)(THIS_ UINT track) PURE;
     STDMETHOD(UnkeyAllPriorityBlends)(THIS) PURE;
     STDMETHOD_(D3DXEVENTHANDLE, GetCurrentTrackEvent)(THIS_ UINT track, D3DXEVENT_TYPE event_type) PURE;




More information about the wine-cvs mailing list