npapi-vlc | branch: master | Rafaël Carré <[email protected]> | Sun Nov 6 13:05:41 2011 -0500| [bbf7f96007d3470af4a4b0edbc492c386e736fd8] | committer: Rafaël Carré
Account for changes in NPAPI headers > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=bbf7f96007d3470af4a4b0edbc492c386e736fd8 --- npapi/support/npwin.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/npapi/support/npwin.cpp b/npapi/support/npwin.cpp index 7dcdbac..294ee99 100644 --- a/npapi/support/npwin.cpp +++ b/npapi/support/npwin.cpp @@ -184,7 +184,7 @@ NP_Shutdown() return NPERR_NO_ERROR; } -char * NP_GetMIMEDescription() +const char * NP_GetMIMEDescription() { return NPP_GetMIMEDescription(); } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
