bed1268
diff -up freewrl-1.22.12_pre2/src/plugin/npunix.c.ff8 freewrl-1.22.12_pre2/src/plugin/npunix.c
bed1268
--- freewrl-1.22.12_pre2/src/plugin/npunix.c.ff8	2011-07-07 16:51:27.000000000 -0400
bed1268
+++ freewrl-1.22.12_pre2/src/plugin/npunix.c	2011-12-06 14:51:50.456232858 -0500
bed1268
@@ -788,7 +788,7 @@ Private_GetJavaClass(void)
bed1268
  *  - Netscape uses the return value to identify when an object instance
bed1268
  *    of this plugin should be created.
bed1268
  */
bed1268
-char *
bed1268
+const char *
bed1268
 NP_GetMIMEDescription(void)
bed1268
 {
bed1268
         return NPP_GetMIMEDescription();
bed1268
diff -up freewrl-1.22.12_pre2/src/plugin/plugin_main.c.ff8 freewrl-1.22.12_pre2/src/plugin/plugin_main.c
bed1268
--- freewrl-1.22.12_pre2/src/plugin/plugin_main.c.ff8	2011-07-15 13:15:57.000000000 -0400
bed1268
+++ freewrl-1.22.12_pre2/src/plugin/plugin_main.c	2011-12-06 14:52:13.310017096 -0500
bed1268
@@ -668,7 +668,7 @@ int Run (NPP instance)
bed1268
 
bed1268
 /*******************************************************************************
bed1268
  ******************************************************************************/
bed1268
-/*const*/ char* NPP_GetMIMEDescription(void)
bed1268
+const char* NPP_GetMIMEDescription(void)
bed1268
 {
bed1268
         static const char mime_types[] =
bed1268
                 "x-world/x-vrml:wrl:FreeWRL VRML Browser;"