np_sdk/mozsrc/npwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 19903d30def0a2bf63357031e56b18b5c4abea78 Author: Michael Meeks <[email protected]> Date: Sat Feb 18 08:07:55 2012 +0000 WaE: add horror cast to calm Windows tinderbox Signed-off-by: Jan Holesovsky <[email protected]> diff --git a/np_sdk/mozsrc/npwin.cpp b/np_sdk/mozsrc/npwin.cpp index f31b621..204f5d1 100644 --- a/np_sdk/mozsrc/npwin.cpp +++ b/np_sdk/mozsrc/npwin.cpp @@ -168,7 +168,7 @@ NP_Shutdown() char * NP_GetMIMEDescription() { - return NPP_GetMIMEDescription(); + return (char *)NPP_GetMIMEDescription(); } // END - PLUGIN DLL entry points _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
