--- src/eb.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eb.p b/src/eb.p index b6addd0..300177d 100644 --- a/src/eb.p +++ b/src/eb.p @@ -242,7 +242,7 @@ void * createJavaContext(void) ; void freeJavaContext(void *jsc) ; void establish_innerHTML(void *jv, const char *start, const char *end, eb_bool is_ta) ; void jMyContext(void) ; -eb_bool javaParseExecute(void *this, const char *str, const char *filename, int lineno) ; +eb_bool javaParseExecute(void *obj, const char *str, const char *filename, int lineno) ; void * domLink(const char *classname, const char *symname, const char *idname, const char *href, const char *href_url, const char *list, void *owner, int radiosel) ; /* sourcefile=jsloc.c */ -- 1.8.5.2.297.g3e57c29
_______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
