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.lisp7
1 files changed, 2 insertions, 5 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index 1f33af6..6c696f4 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -93,11 +93,8 @@ a suitable class method instead as you would in Objective-C.
())
-(defclass objc-meta-class (c-pointer-wrapper)
- ((meta-class-for-class :type (or null id objective-c-class)
- :initarg :meta-class-for-class
- :reader meta-class-for-class))
- (:documentation ""))
+(defclass objective-c-meta-class (standard-class c-pointer-wrapper)
+ ())
(define-condition exception (error)