[vlc-commits] Account for changes in NPAPI headers

Rafaël Carré git at videolan.org
Sun Nov 6 19:06:06 CET 2011


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | 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();
 }



More information about the vlc-commits mailing list