[vlc-commits] activex: add missing closing parenthesis

Ludovic Fauvet git at videolan.org
Wed Jun 5 09:27:17 CEST 2013


npapi-vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Jun  5 09:22:19 2013 +0200| [bee4b6695f3efc621e4fc378ba76d16d407af679] | committer: Ludovic Fauvet

activex: add missing closing parenthesis

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=bee4b6695f3efc621e4fc378ba76d16d407af679
---

 activex/axvlc_idl.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activex/axvlc_idl.h b/activex/axvlc_idl.h
index 49afb2d..f8f177c 100644
--- a/activex/axvlc_idl.h
+++ b/activex/axvlc_idl.h
@@ -1580,7 +1580,7 @@ typedef struct IVLCPlaylistVtbl {
         IVLCPlaylist* This,
         long itemId);
 
-    HRESULT (STDMETHODCALLTYPE *pause(
+    HRESULT (STDMETHODCALLTYPE *pause)(
         IVLCPlaylist* This);
 
     HRESULT (STDMETHODCALLTYPE *togglePause)(



More information about the vlc-commits mailing list