summaryrefslogtreecommitdiff
path: root/Lisp/method-definition.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/method-definition.lisp')
-rw-r--r--Lisp/method-definition.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/method-definition.lisp b/Lisp/method-definition.lisp
index 2d42843..ad3b45a 100644
--- a/Lisp/method-definition.lisp
+++ b/Lisp/method-definition.lisp
@@ -239,9 +239,9 @@ __super__"
nil
',real-name
:generic-function-class
- (find-class 'objective-c-generic-function)
+ 'objective-c-generic-function
:method-class
- (find-class 'objective-c-method))))
+ 'objective-c-method)))
(defmethod ,real-name
argtypes-start ,@type-specifiers argtypes-end
,@qualifiers