diff options
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r-- | gdb/jv-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index caaba44..ba8aa4d 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -56,7 +56,7 @@ extern struct type *java_primitive_type PARAMS ((int)); extern struct type *java_array_type PARAMS ((struct type*, int)); -extern struct type *get_java_object_type (); +extern struct type *get_java_object_type PARAMS ((void)); extern struct type * java_lookup_class PARAMS((char *)); |