- fix build with gcc4.1

This commit is contained in:
Dirk Meyer 2006-04-06 12:29:49 +00:00
parent 3e9a4dba2a
commit db827f2886
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158950

View File

@ -0,0 +1,11 @@
--- Source/RIGSProxySetup.h.orig Wed Apr 5 09:19:44 2006
+++ Source/RIGSProxySetup.h Wed Apr 5 09:25:41 2006
@@ -90,7 +90,7 @@
* objective-C runtime.
*/
int _RIGS_ruby_method_arity(const char *rb_class_name, const char *rb_mth_name);
-id _RIGS_register_ruby_class (VALUE rb_class);
+Class _RIGS_register_ruby_class (VALUE rb_class);
VALUE _RIGS_register_ruby_class_from_ruby (VALUE self, VALUE rb_class);
BOOL _RIGS_build_objc_types(VALUE rb_class, const char *rb_mth_name,
const char retValueType, int nbArgs, char *sigBuf);