summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index bc66bf3..1f33af6 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -89,12 +89,12 @@ a suitable class method instead as you would in Objective-C.
__invoke__, __invoke-by-name__, __exception__"))
-(defclass objc-class (c-pointer-wrapper) ()
- (:documentation ""))
+(defclass objective-c-class (standard-class c-pointer-wrapper)
+ ())
(defclass objc-meta-class (c-pointer-wrapper)
- ((meta-class-for-class :type (or null id objc-class)
+ ((meta-class-for-class :type (or null id objective-c-class)
:initarg :meta-class-for-class
:reader meta-class-for-class))
(:documentation ""))