diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 08:07:55 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 08:08:05 +0000 |
commit | e18942bee825f8bd1c9adf9203c1257caabac38f (patch) | |
tree | 963e686e0aaf38ba558649be04c03365e04a76f7 | |
parent | b655b1fedf1399b50050938181199986646abb37 (diff) |
WaE: add horror cast to calm Windows tinderbox
-rw-r--r-- | np_sdk/mozsrc/npwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/np_sdk/mozsrc/npwin.cxx b/np_sdk/mozsrc/npwin.cxx index f31b621e37ee..204f5d159c4f 100644 --- a/np_sdk/mozsrc/npwin.cxx +++ b/np_sdk/mozsrc/npwin.cxx @@ -168,7 +168,7 @@ NP_Shutdown() char * NP_GetMIMEDescription() { - return NPP_GetMIMEDescription(); + return (char *)NPP_GetMIMEDescription(); } // END - PLUGIN DLL entry points |