blob: b52ef7f7dc5e5536cc9f562c1294701abce1e0df (
plain)
1
2
3
4
5
6
7
8
9
10
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);
|