summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C/libobjcl.h')
-rw-r--r--Objective-C/libobjcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h
index 8ccafa7..270fa78 100644
--- a/Objective-C/libobjcl.h
+++ b/Objective-C/libobjcl.h
@@ -38,7 +38,7 @@ objcl_shutdown_runtime (void);
OBJCL_OBJ_DATA
objcl_invoke_method (OBJCL_OBJ_DATA receiver,
- const char *method_name,
+ SEL method_selector,
int argc,
...);